Html Css Color HEX #F12681 Deep Cerise

📋 copy color: '#F12681'

red 241 ◦ green 38 ◦ blue 129

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

Shades of Deep Cerise #F12681

Tints of Deep Cerise #F12681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.31%

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

R = 59.07%
G = 9.31%
B = 31.62%

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

#F12681 (or 0xF12681) is known color: Deep Cerise. HEX triplet: F1, 26 and 81. RGB value is (241,38,129). Sum of RGB (Red+Green+Blue) = 241+38+129=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F12681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12681 is #0ED97E. Grayscale: #6C6C6C. Windows color (decimal): -973183 or 8464113. OLE color: 8464113.

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

Color convert

RGB 241 38 129 -
CMYK 0 0.84 0.46 0.05
HSL 333.1º 0.88% 0.55% -
HSV(B) 333.1º 0.84% 0.95% -
XYZ 40.93 21.67 22.79 -
YUV 109.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 241 38 129 0 0.84 0.46 0.05 333.1 0.88 0.55
Hex F1 26 81 0 54 2E 5 14D 58 37
Octal 361 46 201 0 124 56 5 515 130 67
Binary 11110001 100110 10000001 0 1010100 101110 101 101001101 1011000 110111

Color Harmonies of #F12681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12681

Black with #F12681

Text Example


Text Example

White with #F12681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12681; }

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

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

background-color css

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

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

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

border-color css

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

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

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