Html Css Color HEX #F1237A Deep Cerise

📋 copy color: '#F1237A'

red 241 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #F1237A

Tints of Deep Cerise #F1237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.79%

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

R = 60.55%
G = 8.79%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1237A (or 0xF1237A) is known color: Deep Cerise. HEX triplet: F1, 23 and 7A. RGB value is (241,35,122). Sum of RGB (Red+Green+Blue) = 241+35+122=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1237A is #0EDC85. Grayscale: #6A6A6A. Windows color (decimal): -973958 or 8004593. OLE color: 8004593.

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

Color convert

RGB 241 35 122 -
CMYK 0 0.85 0.49 0.05
HSL 334.66º 0.88% 0.54% -
HSV(B) 334.66º 0.85% 0.95% -
XYZ 40.39 21.31 20.4 -
YUV 106.51 136.75 223.93 -
System Red Green Blue C M Y K H S L
Decimal 241 35 122 0 0.85 0.49 0.05 334.66 0.88 0.54
Hex F1 23 7A 0 55 31 5 14F 58 36
Octal 361 43 172 0 125 61 5 517 130 66
Binary 11110001 100011 1111010 0 1010101 110001 101 101001111 1011000 110110

Color Harmonies of #F1237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1237A

Black with #F1237A

Text Example


Text Example

White with #F1237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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