Html Css Color HEX #F1227A Deep Cerise

📋 copy color: '#F1227A'

red 241 ◦ green 34 ◦ blue 122

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

Shades of Deep Cerise #F1227A

Tints of Deep Cerise #F1227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 60.71%
G = 8.56%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1227A (or 0xF1227A) is known color: Deep Cerise. HEX triplet: F1, 22 and 7A. RGB value is (241,34,122). Sum of RGB (Red+Green+Blue) = 241+34+122=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1227A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1227A is #0EDD85. Grayscale: #696969. Windows color (decimal): -974214 or 8004337. OLE color: 8004337.

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

Color convert

RGB 241 34 122 -
CMYK 0 0.86 0.49 0.05
HSL 334.49º 0.88% 0.54% -
HSV(B) 334.49º 0.86% 0.95% -
XYZ 40.36 21.25 20.39 -
YUV 105.93 137.08 224.34 -
System Red Green Blue C M Y K H S L
Decimal 241 34 122 0 0.86 0.49 0.05 334.49 0.88 0.54
Hex F1 22 7A 0 56 31 5 14E 58 36
Octal 361 42 172 0 126 61 5 516 130 66
Binary 11110001 100010 1111010 0 1010110 110001 101 101001110 1011000 110110

Color Harmonies of #F1227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1227A

Black with #F1227A

Text Example


Text Example

White with #F1227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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