Html Css Color HEX #F2148B Deep Pink

📋 copy color: '#F2148B'

red 242 ◦ green 20 ◦ blue 139

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

Shades of Deep Pink #F2148B

Tints of Deep Pink #F2148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.99%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 60.35%
G = 4.99%
B = 34.66%

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

#F2148B (or 0xF2148B) is known color: Deep Pink. HEX triplet: F2, 14 and 8B. RGB value is (242,20,139). Sum of RGB (Red+Green+Blue) = 242+20+139=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2148B is #0DEB74. Grayscale: #636363. Windows color (decimal): -912245 or 9114866. OLE color: 9114866.

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

Color convert

RGB 242 20 139 -
CMYK 0 0.92 0.43 0.05
HSL 327.84º 0.9% 0.51% -
HSV(B) 327.84º 0.92% 0.95% -
XYZ 41.53 21.24 26.34 -
YUV 99.94 150.05 229.32 -
System Red Green Blue C M Y K H S L
Decimal 242 20 139 0 0.92 0.43 0.05 327.84 0.9 0.51
Hex F2 14 8B 0 5C 2B 5 148 5A 33
Octal 362 24 213 0 134 53 5 510 132 63
Binary 11110010 10100 10001011 0 1011100 101011 101 101001000 1011010 110011

Color Harmonies of #F2148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2148B

Black with #F2148B

Text Example


Text Example

White with #F2148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2148B; }

 p { color: rgb(242,20,139); }

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

background-color css

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

 a { background-color: rgb(242,20,139); }

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

border-color css

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

 span { border-color: rgb(242,20,139); }

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