Html Css Color HEX #F1029A Hollywood Cerise

📋 copy color: '#F1029A'

red 241 ◦ green 2 ◦ blue 154

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

Shades of Hollywood Cerise #F1029A

Tints of Hollywood Cerise #F1029A

RGB

 RED value IS 241 (94.53% from 255) = 60.71%

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 60.71%
G = 0.5%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1029A (or 0xF1029A) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 9A. RGB value is (241,2,154). Sum of RGB (Red+Green+Blue) = 241+2+154=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1029A is #0EFD65. Grayscale: #5A5A5A. Windows color (decimal): -982374 or 10093297. OLE color: 10093297.

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

Color convert

RGB 241 2 154 -
CMYK 0 0.99 0.36 0.05
HSL 321.84º 0.98% 0.48% -
HSV(B) 321.84º 0.99% 0.95% -
XYZ 42.13 21.08 32.42 -
YUV 90.79 163.68 235.14 -
System Red Green Blue C M Y K H S L
Decimal 241 2 154 0 0.99 0.36 0.05 321.84 0.98 0.48
Hex F1 2 9A 0 63 24 5 142 62 30
Octal 361 2 232 0 143 44 5 502 142 60
Binary 11110001 10 10011010 0 1100011 100100 101 101000010 1100010 110000

Color Harmonies of #F1029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1029A

Black with #F1029A

Text Example


Text Example

White with #F1029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1029A; }

 p { color: rgb(241,2,154); }

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

background-color css

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

 a { background-color: rgb(241,2,154); }

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

border-color css

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

 span { border-color: rgb(241,2,154); }

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