Html Css Color HEX #F1028F Hollywood Cerise

📋 copy color: '#F1028F'

red 241 ◦ green 2 ◦ blue 143

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

Shades of Hollywood Cerise #F1028F

Tints of Hollywood Cerise #F1028F

RGB

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

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

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

R = 62.44%
G = 0.52%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1028F (or 0xF1028F) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 8F. RGB value is (241,2,143). Sum of RGB (Red+Green+Blue) = 241+2+143=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1028F is #0EFD70. Grayscale: #595959. Windows color (decimal): -982385 or 9372401. OLE color: 9372401.

HSL color Cylindrical-coordinate representation of color #F1028F: hue angle of 324.6º 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 #F1028F is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 2 143 -
CMYK 0 0.99 0.41 0.05
HSL 324.6º 0.98% 0.48% -
HSV(B) 324.6º 0.99% 0.95% -
XYZ 41.26 20.73 27.81 -
YUV 89.54 158.18 236.04 -
System Red Green Blue C M Y K H S L
Decimal 241 2 143 0 0.99 0.41 0.05 324.6 0.98 0.48
Hex F1 2 8F 0 63 29 5 145 62 30
Octal 361 2 217 0 143 51 5 505 142 60
Binary 11110001 10 10001111 0 1100011 101001 101 101000101 1100010 110000

Color Harmonies of #F1028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1028F

Black with #F1028F

Text Example


Text Example

White with #F1028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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