Html Css Color HEX #F1227D Deep Cerise

📋 copy color: '#F1227D'

red 241 ◦ green 34 ◦ blue 125

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

Shades of Deep Cerise #F1227D

Tints of Deep Cerise #F1227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 60.25%
G = 8.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1227D (or 0xF1227D) is known color: Deep Cerise. HEX triplet: F1, 22 and 7D. RGB value is (241,34,125). Sum of RGB (Red+Green+Blue) = 241+34+125=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1227D is #0EDD82. Grayscale: #6A6A6A. Windows color (decimal): -974211 or 8200945. OLE color: 8200945.

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

Color convert

RGB 241 34 125 -
CMYK 0 0.86 0.48 0.05
HSL 333.62º 0.88% 0.54% -
HSV(B) 333.62º 0.86% 0.95% -
XYZ 40.55 21.33 21.38 -
YUV 106.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 241 34 125 0 0.86 0.48 0.05 333.62 0.88 0.54
Hex F1 22 7D 0 56 30 5 14E 58 36
Octal 361 42 175 0 126 60 5 516 130 66
Binary 11110001 100010 1111101 0 1010110 110000 101 101001110 1011000 110110

Color Harmonies of #F1227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1227D

Black with #F1227D

Text Example


Text Example

White with #F1227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1227D; }

 p { color: rgb(241,34,125); }

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

background-color css

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

 a { background-color: rgb(241,34,125); }

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

border-color css

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

 span { border-color: rgb(241,34,125); }

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