Html Css Color HEX #F30FA1 Hollywood Cerise

📋 copy color: '#F30FA1'

red 243 ◦ green 15 ◦ blue 161

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

Shades of Hollywood Cerise #F30FA1

Tints of Hollywood Cerise #F30FA1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.58%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 58%
G = 3.58%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F30FA1 (or 0xF30FA1) is known color: Hollywood Cerise. HEX triplet: F3, 0F and A1. RGB value is (243,15,161). Sum of RGB (Red+Green+Blue) = 243+15+161=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30FA1 is #0CF05E. Grayscale: #636363. Windows color (decimal): -847967 or 10555379. OLE color: 10555379.

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

Color convert

RGB 243 15 161 -
CMYK 0 0.94 0.34 0.05
HSL 321.58º 0.9% 0.51% -
HSV(B) 321.58º 0.94% 0.95% -
XYZ 43.57 21.97 35.66 -
YUV 99.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 243 15 161 0 0.94 0.34 0.05 321.58 0.9 0.51
Hex F3 F A1 0 5E 22 5 142 5A 33
Octal 363 17 241 0 136 42 5 502 132 63
Binary 11110011 1111 10100001 0 1011110 100010 101 101000010 1011010 110011

Color Harmonies of #F30FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30FA1

Black with #F30FA1

Text Example


Text Example

White with #F30FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30FA1; }

 p { color: rgb(243,15,161); }

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

background-color css

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

 a { background-color: rgb(243,15,161); }

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

border-color css

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

 span { border-color: rgb(243,15,161); }

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