Html Css Color HEX #F12585 Deep Cerise

📋 copy color: '#F12585'

red 241 ◦ green 37 ◦ blue 133

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

Shades of Deep Cerise #F12585

Tints of Deep Cerise #F12585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9%

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

R = 58.64%
G = 9%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F12585 (or 0xF12585) is known color: Deep Cerise. HEX triplet: F1, 25 and 85. RGB value is (241,37,133). Sum of RGB (Red+Green+Blue) = 241+37+133=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F12585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12585 is #0EDA7A. Grayscale: #6C6C6C. Windows color (decimal): -973435 or 8726001. OLE color: 8726001.

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

Color convert

RGB 241 37 133 -
CMYK 0 0.85 0.45 0.05
HSL 331.76º 0.88% 0.55% -
HSV(B) 331.76º 0.85% 0.95% -
XYZ 41.17 21.72 24.21 -
YUV 108.94 141.59 222.19 -
System Red Green Blue C M Y K H S L
Decimal 241 37 133 0 0.85 0.45 0.05 331.76 0.88 0.55
Hex F1 25 85 0 55 2D 5 14C 58 37
Octal 361 45 205 0 125 55 5 514 130 67
Binary 11110001 100101 10000101 0 1010101 101101 101 101001100 1011000 110111

Color Harmonies of #F12585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12585

Black with #F12585

Text Example


Text Example

White with #F12585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12585; }

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

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

background-color css

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

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

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

border-color css

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

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

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