Html Css Color HEX #FA008F Hollywood Cerise

📋 copy color: '#FA008F'

red 250 ◦ green 0 ◦ blue 143

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

Shades of Hollywood Cerise #FA008F

Tints of Hollywood Cerise #FA008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 63.61%
G = 0%
B = 36.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA008F (or 0xFA008F) is known color: Hollywood Cerise. HEX triplet: FA, 00 and 8F. RGB value is (250,0,143). Sum of RGB (Red+Green+Blue) = 250+0+143=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA008F is #05FF70. Grayscale: #5A5A5A. Windows color (decimal): -393073 or 9371898. OLE color: 9371898.

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

Color convert

RGB 250 0 143 -
CMYK 0 1 0.43 0.02
HSL 325.68º 1% 0.49% -
HSV(B) 325.68º 1% 0.98% -
XYZ 44.38 22.31 27.95 -
YUV 91.05 157.33 241.37 -
System Red Green Blue C M Y K H S L
Decimal 250 0 143 0 1 0.43 0.02 325.68 1 0.49
Hex FA 0 8F 0 64 2B 2 146 64 31
Octal 372 0 217 0 144 53 2 506 144 61
Binary 11111010 0 10001111 0 1100100 101011 10 101000110 1100100 110001

Color Harmonies of #FA008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA008F

Black with #FA008F

Text Example


Text Example

White with #FA008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA008F; }

 p { color: rgb(250,0,143); }

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

background-color css

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

 a { background-color: rgb(250,0,143); }

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

border-color css

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

 span { border-color: rgb(250,0,143); }

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