Html Css Color HEX #F301B3 Hollywood Cerise

📋 copy color: '#F301B3'

red 243 ◦ green 1 ◦ blue 179

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

Shades of Hollywood Cerise #F301B3

Tints of Hollywood Cerise #F301B3

RGB

 RED value IS 243 (95.31% from 255) = 57.45%

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 57.45%
G = 0.24%
B = 42.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F301B3 (or 0xF301B3) is known color: Hollywood Cerise. HEX triplet: F3, 01 and B3. RGB value is (243,1,179). Sum of RGB (Red+Green+Blue) = 243+1+179=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F301B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301B3 is #0CFE4C. Grayscale: #5D5D5D. Windows color (decimal): -851533 or 11731443. OLE color: 11731443.

HSL color Cylindrical-coordinate representation of color #F301B3: hue angle of 315.87º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301B3 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 1 179 -
CMYK 0 1.00 0.26 0.05
HSL 315.87º 0.99% 0.48% -
HSV(B) 315.87º 1% 0.95% -
XYZ 45.11 22.33 44.58 -
YUV 93.65 176.17 234.53 -
System Red Green Blue C M Y K H S L
Decimal 243 1 179 0 1.00 0.26 0.05 315.87 0.99 0.48
Hex F3 1 B3 0 64 1A 5 13C 63 30
Octal 363 1 263 0 144 32 5 474 143 60
Binary 11110011 1 10110011 0 1100100 11010 101 100111100 1100011 110000

Color Harmonies of #F301B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F301B3

Black with #F301B3

Text Example


Text Example

White with #F301B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F301B3; }

 p { color: rgb(243,1,179); }

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

background-color css

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

 a { background-color: rgb(243,1,179); }

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

border-color css

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

 span { border-color: rgb(243,1,179); }

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