Html Css Color HEX #F12885 Deep Cerise

📋 copy color: '#F12885'

red 241 ◦ green 40 ◦ blue 133

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

Shades of Deep Cerise #F12885

Tints of Deep Cerise #F12885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.66%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 58.21%
G = 9.66%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F12885 (or 0xF12885) is known color: Deep Cerise. HEX triplet: F1, 28 and 85. RGB value is (241,40,133). Sum of RGB (Red+Green+Blue) = 241+40+133=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F12885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12885 is #0ED77A. Grayscale: #6E6E6E. Windows color (decimal): -972667 or 8726769. OLE color: 8726769.

HSL color Cylindrical-coordinate representation of color #F12885: hue angle of 332.24º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12885 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 133 -
CMYK 0 0.83 0.45 0.05
HSL 332.24º 0.88% 0.55% -
HSV(B) 332.24º 0.83% 0.95% -
XYZ 41.27 21.91 24.24 -
YUV 110.7 140.59 220.94 -
System Red Green Blue C M Y K H S L
Decimal 241 40 133 0 0.83 0.45 0.05 332.24 0.88 0.55
Hex F1 28 85 0 53 2D 5 14C 58 37
Octal 361 50 205 0 123 55 5 514 130 67
Binary 11110001 101000 10000101 0 1010011 101101 101 101001100 1011000 110111

Color Harmonies of #F12885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12885

Black with #F12885

Text Example


Text Example

White with #F12885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12885; }

 p { color: rgb(241,40,133); }

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

background-color css

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

 a { background-color: rgb(241,40,133); }

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

border-color css

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

 span { border-color: rgb(241,40,133); }

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