Html Css Color HEX #F905AF Hollywood Cerise

📋 copy color: '#F905AF'

red 249 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #F905AF

Tints of Hollywood Cerise #F905AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 58.04%
G = 1.17%
B = 40.79%

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

#F905AF (or 0xF905AF) is known color: Hollywood Cerise. HEX triplet: F9, 05 and AF. RGB value is (249,5,175). Sum of RGB (Red+Green+Blue) = 249+5+175=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F905AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F905AF is #06FA50. Grayscale: #606060. Windows color (decimal): -457297 or 11470329. OLE color: 11470329.

HSL color Cylindrical-coordinate representation of color #F905AF: hue angle of 318.2º degrees, saturation: 0.96, 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 #F905AF is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 5 175 -
CMYK 0 0.98 0.30 0.02
HSL 318.2º 0.96% 0.5% -
HSV(B) 318.2º 0.98% 0.98% -
XYZ 46.86 23.34 42.59 -
YUV 97.34 171.84 236.18 -
System Red Green Blue C M Y K H S L
Decimal 249 5 175 0 0.98 0.30 0.02 318.2 0.96 0.5
Hex F9 5 AF 0 62 1E 2 13E 60 32
Octal 371 5 257 0 142 36 2 476 140 62
Binary 11111001 101 10101111 0 1100010 11110 10 100111110 1100000 110010

Color Harmonies of #F905AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F905AF

Black with #F905AF

Text Example


Text Example

White with #F905AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F905AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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