Html Css Color HEX #F2138A Deep Pink

📋 copy color: '#F2138A'

red 242 ◦ green 19 ◦ blue 138

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

Shades of Deep Pink #F2138A

Tints of Deep Pink #F2138A

RGB

 RED value IS 242 (94.92% from 255) = 60.65%

 GREEN value IS 19 (7.81% from 255) = 4.76%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 60.65%
G = 4.76%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2138A (or 0xF2138A) is known color: Deep Pink. HEX triplet: F2, 13 and 8A. RGB value is (242,19,138). Sum of RGB (Red+Green+Blue) = 242+19+138=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2138A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2138A is #0DEC75. Grayscale: #626262. Windows color (decimal): -912502 or 9049074. OLE color: 9049074.

HSL color Cylindrical-coordinate representation of color #F2138A: hue angle of 327.98º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2138A is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 138 -
CMYK 0 0.92 0.43 0.05
HSL 327.98º 0.9% 0.51% -
HSV(B) 327.98º 0.92% 0.95% -
XYZ 41.44 21.18 25.95 -
YUV 99.24 149.88 229.82 -
System Red Green Blue C M Y K H S L
Decimal 242 19 138 0 0.92 0.43 0.05 327.98 0.9 0.51
Hex F2 13 8A 0 5C 2B 5 148 5A 33
Octal 362 23 212 0 134 53 5 510 132 63
Binary 11110010 10011 10001010 0 1011100 101011 101 101001000 1011010 110011

Color Harmonies of #F2138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2138A

Black with #F2138A

Text Example


Text Example

White with #F2138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2138A; }

 p { color: rgb(242,19,138); }

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

background-color css

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

 a { background-color: rgb(242,19,138); }

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

border-color css

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

 span { border-color: rgb(242,19,138); }

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