Html Css Color HEX #F605AF Hollywood Cerise

📋 copy color: '#F605AF'

red 246 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #F605AF

Tints of Hollywood Cerise #F605AF

RGB

 RED value IS 246 (96.48% from 255) = 57.75%

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

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

R = 57.75%
G = 1.17%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F605AF (or 0xF605AF) is known color: Hollywood Cerise. HEX triplet: F6, 05 and AF. RGB value is (246,5,175). Sum of RGB (Red+Green+Blue) = 246+5+175=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F605AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F605AF is #09FA50. Grayscale: #606060. Windows color (decimal): -653905 or 11470326. OLE color: 11470326.

HSL color Cylindrical-coordinate representation of color #F605AF: hue angle of 317.68º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605AF is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 5 175 -
CMYK 0 0.98 0.29 0.04
HSL 317.68º 0.96% 0.49% -
HSV(B) 317.68º 0.98% 0.96% -
XYZ 45.8 22.8 42.54 -
YUV 96.44 172.34 234.68 -
System Red Green Blue C M Y K H S L
Decimal 246 5 175 0 0.98 0.29 0.04 317.68 0.96 0.49
Hex F6 5 AF 0 62 1D 4 13E 60 31
Octal 366 5 257 0 142 35 4 476 140 61
Binary 11110110 101 10101111 0 1100010 11101 100 100111110 1100000 110001

Color Harmonies of #F605AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605AF

Black with #F605AF

Text Example


Text Example

White with #F605AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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