Html Css Color HEX #F1028D Hollywood Cerise

📋 copy color: '#F1028D'

red 241 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #F1028D

Tints of Hollywood Cerise #F1028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 62.76%
G = 0.52%
B = 36.72%

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

#F1028D (or 0xF1028D) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 8D. RGB value is (241,2,141). Sum of RGB (Red+Green+Blue) = 241+2+141=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1028D is #0EFD72. Grayscale: #585858. Windows color (decimal): -982387 or 9241329. OLE color: 9241329.

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

Color convert

RGB 241 2 141 -
CMYK 0 0.99 0.41 0.05
HSL 325.1º 0.98% 0.48% -
HSV(B) 325.1º 0.99% 0.95% -
XYZ 41.11 20.67 27.02 -
YUV 89.31 157.18 236.2 -
System Red Green Blue C M Y K H S L
Decimal 241 2 141 0 0.99 0.41 0.05 325.1 0.98 0.48
Hex F1 2 8D 0 63 29 5 145 62 30
Octal 361 2 215 0 143 51 5 505 142 60
Binary 11110001 10 10001101 0 1100011 101001 101 101000101 1100010 110000

Color Harmonies of #F1028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1028D

Black with #F1028D

Text Example


Text Example

White with #F1028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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