Html Css Color HEX #F207AF Hollywood Cerise

📋 copy color: '#F207AF'

red 242 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #F207AF

Tints of Hollywood Cerise #F207AF

RGB

 RED value IS 242 (94.92% from 255) = 57.08%

 GREEN value IS 7 (3.13% from 255) = 1.65%

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

R = 57.08%
G = 1.65%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F207AF (or 0xF207AF) is known color: Hollywood Cerise. HEX triplet: F2, 07 and AF. RGB value is (242,7,175). Sum of RGB (Red+Green+Blue) = 242+7+175=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F207AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F207AF is #0DF850. Grayscale: #5F5F5F. Windows color (decimal): -915537 or 11470834. OLE color: 11470834.

HSL color Cylindrical-coordinate representation of color #F207AF: hue angle of 317.11º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207AF is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 7 175 -
CMYK 0 0.97 0.28 0.05
HSL 317.11º 0.94% 0.49% -
HSV(B) 317.11º 0.97% 0.95% -
XYZ 44.43 22.12 42.49 -
YUV 96.42 172.36 231.84 -
System Red Green Blue C M Y K H S L
Decimal 242 7 175 0 0.97 0.28 0.05 317.11 0.94 0.49
Hex F2 7 AF 0 61 1C 5 13D 5E 31
Octal 362 7 257 0 141 34 5 475 136 61
Binary 11110010 111 10101111 0 1100001 11100 101 100111101 1011110 110001

Color Harmonies of #F207AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F207AF

Black with #F207AF

Text Example


Text Example

White with #F207AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F207AF; }

 p { color: rgb(242,7,175); }

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

background-color css

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

 a { background-color: rgb(242,7,175); }

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

border-color css

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

 span { border-color: rgb(242,7,175); }

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