Html Css Color HEX #F12781 Deep Cerise

📋 copy color: '#F12781'

red 241 ◦ green 39 ◦ blue 129

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

Shades of Deep Cerise #F12781

Tints of Deep Cerise #F12781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.54%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 58.92%
G = 9.54%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F12781 (or 0xF12781) is known color: Deep Cerise. HEX triplet: F1, 27 and 81. RGB value is (241,39,129). Sum of RGB (Red+Green+Blue) = 241+39+129=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F12781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12781 is #0ED87E. Grayscale: #6D6D6D. Windows color (decimal): -972927 or 8464369. OLE color: 8464369.

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

Color convert

RGB 241 39 129 -
CMYK 0 0.84 0.46 0.05
HSL 333.27º 0.88% 0.55% -
HSV(B) 333.27º 0.84% 0.95% -
XYZ 40.96 21.74 22.81 -
YUV 109.66 138.92 221.68 -
System Red Green Blue C M Y K H S L
Decimal 241 39 129 0 0.84 0.46 0.05 333.27 0.88 0.55
Hex F1 27 81 0 54 2E 5 14D 58 37
Octal 361 47 201 0 124 56 5 515 130 67
Binary 11110001 100111 10000001 0 1010100 101110 101 101001101 1011000 110111

Color Harmonies of #F12781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12781

Black with #F12781

Text Example


Text Example

White with #F12781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12781; }

 p { color: rgb(241,39,129); }

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

background-color css

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

 a { background-color: rgb(241,39,129); }

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

border-color css

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

 span { border-color: rgb(241,39,129); }

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