#F05FA4

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

Shades of Brilliant Rose #F05FA4

Tints of Brilliant Rose #F05FA4

Color information

#F05FA4 (or 0xF05FA4) is unknown color: approx Brilliant Rose. HEX triplet: F0, 5F and A4. RGB value is (240,95,164). Sum of RGB (Red+Green+Blue) = 240+95+164=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05FA4 is #0FA05B. Grayscale: #929292. Windows color (decimal): -1024092 or 10772464. OLE color: 10772464.

HSL color Cylindrical-coordinate representation of color #F05FA4: hue angle of 331.45º 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 #F05FA4 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB24095164-
CMYK00.600.320.06
HSL331.45º82.86%65.69%-
HSV(B)331.45º60.42%94.12%-
XYZ46.7329.3938.33-
YUV146.22138.04194.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 164 (64.45% from 255) = 32.87%
R=48.10%
G=19.04%
B=32.87%

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
Decimal2409516400.600.320.06331.4582.8665.69
HexF05FA403C20614b5342
Octal360137244074406513123102
Binary11110000101111110100100011110010000011010100101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FA4; }

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

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

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

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

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

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

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

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