Html Css Color HEX #FA03B1 Hollywood Cerise

📋 copy color: '#FA03B1'

red 250 ◦ green 3 ◦ blue 177

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

Shades of Hollywood Cerise #FA03B1

Tints of Hollywood Cerise #FA03B1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 177 (69.53% from 255) = 41.16%

R = 58.14%
G = 0.7%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA03B1 (or 0xFA03B1) is known color: Hollywood Cerise. HEX triplet: FA, 03 and B1. RGB value is (250,3,177). Sum of RGB (Red+Green+Blue) = 250+3+177=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA03B1 is #05FC4E. Grayscale: #606060. Windows color (decimal): -392271 or 11600890. OLE color: 11600890.

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

Color convert

RGB 250 3 177 -
CMYK 0 0.99 0.29 0.02
HSL 317.73º 0.98% 0.5% -
HSV(B) 317.73º 0.99% 0.98% -
XYZ 47.39 23.56 43.65 -
YUV 96.69 173.33 237.35 -
System Red Green Blue C M Y K H S L
Decimal 250 3 177 0 0.99 0.29 0.02 317.73 0.98 0.5
Hex FA 3 B1 0 63 1D 2 13E 62 32
Octal 372 3 261 0 143 35 2 476 142 62
Binary 11111010 11 10110001 0 1100011 11101 10 100111110 1100010 110010

Color Harmonies of #FA03B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA03B1

Black with #FA03B1

Text Example


Text Example

White with #FA03B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA03B1; }

 p { color: rgb(250,3,177); }

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

background-color css

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

 a { background-color: rgb(250,3,177); }

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

border-color css

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

 span { border-color: rgb(250,3,177); }

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