#F94AB8

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

Shades of Brilliant Rose #F94AB8

Tints of Brilliant Rose #F94AB8

Color information

#F94AB8 (or 0xF94AB8) is unknown color: approx Brilliant Rose. HEX triplet: F9, 4A and B8. RGB value is (249,74,184). Sum of RGB (Red+Green+Blue) = 249+74+184=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94AB8 is #06B547. Grayscale: #8A8A8A. Windows color (decimal): -439624 or 12077817. OLE color: 12077817.

HSL color Cylindrical-coordinate representation of color #F94AB8: hue angle of 322.29º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94AB8 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB24974184-
CMYK00.700.260.02
HSL322.29º93.58%63.33%-
HSV(B)322.29º70.28%97.65%-
XYZ50.1728.548.2-
YUV138.86153.48206.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.11%
GREEN value IS 74 (29.30% from 255) = 14.60%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=49.11%
G=14.60%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497418400.700.260.02322.2993.5863.33
HexF94AB80461A21425e3f
Octal371112270010632250213677
Binary111110011001010101110000100011011010101010000101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94AB8; }

 p { color: rgb(249,74,184); }

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

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

 a { background-color: rgb(249,74,184); }

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

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

 span { border-color: rgb(249,74,184); }

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