Html Css Color HEX #FA07B0 Hollywood Cerise

📋 copy color: '#FA07B0'

red 250 ◦ green 7 ◦ blue 176

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

Shades of Hollywood Cerise #FA07B0

Tints of Hollywood Cerise #FA07B0

RGB

 RED value IS 250 (98.05% from 255) = 57.74%

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

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 57.74%
G = 1.62%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA07B0 (or 0xFA07B0) is known color: Hollywood Cerise. HEX triplet: FA, 07 and B0. RGB value is (250,7,176). Sum of RGB (Red+Green+Blue) = 250+7+176=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA07B0 is #05F84F. Grayscale: #626262. Windows color (decimal): -391248 or 11536378. OLE color: 11536378.

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

Color convert

RGB 250 7 176 -
CMYK 0 0.97 0.30 0.02
HSL 318.27º 0.96% 0.5% -
HSV(B) 318.27º 0.97% 0.98% -
XYZ 47.34 23.61 43.14 -
YUV 98.92 171.51 235.76 -
System Red Green Blue C M Y K H S L
Decimal 250 7 176 0 0.97 0.30 0.02 318.27 0.96 0.5
Hex FA 7 B0 0 61 1E 2 13E 60 32
Octal 372 7 260 0 141 36 2 476 140 62
Binary 11111010 111 10110000 0 1100001 11110 10 100111110 1100000 110010

Color Harmonies of #FA07B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07B0

Black with #FA07B0

Text Example


Text Example

White with #FA07B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07B0; }

 p { color: rgb(250,7,176); }

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

background-color css

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

 a { background-color: rgb(250,7,176); }

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

border-color css

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

 span { border-color: rgb(250,7,176); }

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