Html Css Color HEX #F904AF Hollywood Cerise

📋 copy color: '#F904AF'

red 249 ◦ green 4 ◦ blue 175

#F904AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #F904AF

Tints of Hollywood Cerise #F904AF

RGB

 RED value IS 249 (97.66% from 255) = 58.18%

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 58.18%
G = 0.93%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F904AF (or 0xF904AF) is known color: Hollywood Cerise. HEX triplet: F9, 04 and AF. RGB value is (249,4,175). Sum of RGB (Red+Green+Blue) = 249+4+175=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F904AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F904AF is #06FB50. Grayscale: #606060. Windows color (decimal): -457553 or 11470073. OLE color: 11470073.

HSL color Cylindrical-coordinate representation of color #F904AF: hue angle of 318.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F904AF is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 4 175 -
CMYK 0 0.98 0.30 0.02
HSL 318.12º 0.97% 0.5% -
HSV(B) 318.12º 0.98% 0.98% -
XYZ 46.85 23.32 42.59 -
YUV 96.75 172.17 236.6 -
System Red Green Blue C M Y K H S L
Decimal 249 4 175 0 0.98 0.30 0.02 318.12 0.97 0.5
Hex F9 4 AF 0 62 1E 2 13E 61 32
Octal 371 4 257 0 142 36 2 476 141 62
Binary 11111001 100 10101111 0 1100010 11110 10 100111110 1100001 110010

Color Harmonies of #F904AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904AF

Black with #F904AF

Text Example


Text Example

White with #F904AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904AF; }

 p { color: rgb(249,4,175); }

 H1.HeaderClassName
 {
   color: #F904AF;
 }
 .AnyTagClassName
 {
   color: #F904AF;
 }
</style>

background-color css

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

 a { background-color: rgb(249,4,175); }

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

border-color css

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

 span { border-color: rgb(249,4,175); }

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