Html Css Color HEX #F12093 Deep Pink

📋 copy color: '#F12093'

red 241 ◦ green 32 ◦ blue 147

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

Shades of Deep Pink #F12093

Tints of Deep Pink #F12093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.62%

 BLUE value IS 147 (57.81% from 255) = 35%

R = 57.38%
G = 7.62%
B = 35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F12093 (or 0xF12093) is known color: Deep Pink. HEX triplet: F1, 20 and 93. RGB value is (241,32,147). Sum of RGB (Red+Green+Blue) = 241+32+147=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F12093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12093 is #0EDF6C. Grayscale: #6B6B6B. Windows color (decimal): -974701 or 9642225. OLE color: 9642225.

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

Color convert

RGB 241 32 147 -
CMYK 0 0.87 0.39 0.05
HSL 326.99º 0.88% 0.54% -
HSV(B) 326.99º 0.87% 0.95% -
XYZ 42.06 21.84 29.6 -
YUV 107.6 150.24 223.15 -
System Red Green Blue C M Y K H S L
Decimal 241 32 147 0 0.87 0.39 0.05 326.99 0.88 0.54
Hex F1 20 93 0 57 27 5 147 58 36
Octal 361 40 223 0 127 47 5 507 130 66
Binary 11110001 100000 10010011 0 1010111 100111 101 101000111 1011000 110110

Color Harmonies of #F12093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12093

Black with #F12093

Text Example


Text Example

White with #F12093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12093; }

 p { color: rgb(241,32,147); }

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

background-color css

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

 a { background-color: rgb(241,32,147); }

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

border-color css

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

 span { border-color: rgb(241,32,147); }

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