#F05FA3

Color #F05FA3 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F05FA3

Tints of Brilliant Rose #F05FA3

Color information

#F05FA3 (or 0xF05FA3) is unknown color: approx Brilliant Rose. HEX triplet: F0, 5F and A3. RGB value is (240,95,163). Sum of RGB (Red+Green+Blue) = 240+95+163=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05FA3 is #0FA05C. Grayscale: #919191. Windows color (decimal): -1024093 or 10706928. OLE color: 10706928.

HSL color Cylindrical-coordinate representation of color #F05FA3: hue angle of 331.86º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FA3 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB24095163-
CMYK00.600.320.06
HSL331.86º82.86%65.69%-
HSV(B)331.86º60.42%94.12%-
XYZ46.6429.3537.86-
YUV146.11137.54194.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 48.19%
GREEN value IS 95 (37.5% from 255) = 19.08%
BLUE value IS 163 (64.06% from 255) = 32.73%
R=48.19%
G=19.08%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409516300.600.320.06331.8682.8665.69
HexF05FA303C20614c5342
Octal360137243074406514123102
Binary11110000101111110100011011110010000011010100110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FA3; }

 p { color: rgb(240,95,163); }

 H1.HeaderClassName
 {
   color: #F05FA3;
 }
 .AnyTagClassName
 {
   color: #F05FA3;
 }
</style>
background-color css

<style>
 a { background-color: #F05FA3; }

 a { background-color: rgb(240,95,163); }

 div.DivClassName
 {
   background-color: #F05FA3;
 }
 .BgClassName
 {
   background-color: #F05FA3;
 }
</style>
border-color css

<style>
 span { border-color: #F05FA3; }

 span { border-color: rgb(240,95,163); }

 td.TdClassName
 {
   border-color: #F05FA3;
 }
 .TagClassName
 {
   border-color: #F05FA3;
 }
</style>