Html Css Color HEX #F12F7B Deep Cerise

📋 copy color: '#F12F7B'

red 241 ◦ green 47 ◦ blue 123

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

Shades of Deep Cerise #F12F7B

Tints of Deep Cerise #F12F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.44%

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 58.64%
G = 11.44%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F12F7B (or 0xF12F7B) is known color: Deep Cerise. HEX triplet: F1, 2F and 7B. RGB value is (241,47,123). Sum of RGB (Red+Green+Blue) = 241+47+123=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F7B is #0ED084. Grayscale: #717171. Windows color (decimal): -970885 or 8073201. OLE color: 8073201.

HSL color Cylindrical-coordinate representation of color #F12F7B: hue angle of 336.49º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F7B is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 123 -
CMYK 0 0.80 0.49 0.05
HSL 336.49º 0.87% 0.56% -
HSV(B) 336.49º 0.8% 0.95% -
XYZ 40.87 22.16 20.86 -
YUV 113.67 133.27 218.82 -
System Red Green Blue C M Y K H S L
Decimal 241 47 123 0 0.80 0.49 0.05 336.49 0.87 0.56
Hex F1 2F 7B 0 50 31 5 150 57 38
Octal 361 57 173 0 120 61 5 520 127 70
Binary 11110001 101111 1111011 0 1010000 110001 101 101010000 1010111 111000

Color Harmonies of #F12F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F7B

Black with #F12F7B

Text Example


Text Example

White with #F12F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F7B; }

 p { color: rgb(241,47,123); }

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

background-color css

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

 a { background-color: rgb(241,47,123); }

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

border-color css

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

 span { border-color: rgb(241,47,123); }

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