Html Css Color HEX #F2129B Deep Pink

📋 copy color: '#F2129B'

red 242 ◦ green 18 ◦ blue 155

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

Shades of Deep Pink #F2129B

Tints of Deep Pink #F2129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.34%

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 58.31%
G = 4.34%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2129B (or 0xF2129B) is known color: Deep Pink. HEX triplet: F2, 12 and 9B. RGB value is (242,18,155). Sum of RGB (Red+Green+Blue) = 242+18+155=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2129B is #0DED64. Grayscale: #646464. Windows color (decimal): -912741 or 10162930. OLE color: 10162930.

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

Color convert

RGB 242 18 155 -
CMYK 0 0.93 0.36 0.05
HSL 323.3º 0.9% 0.51% -
HSV(B) 323.3º 0.93% 0.95% -
XYZ 42.75 21.68 32.94 -
YUV 100.59 158.71 228.86 -
System Red Green Blue C M Y K H S L
Decimal 242 18 155 0 0.93 0.36 0.05 323.3 0.9 0.51
Hex F2 12 9B 0 5D 24 5 143 5A 33
Octal 362 22 233 0 135 44 5 503 132 63
Binary 11110010 10010 10011011 0 1011101 100100 101 101000011 1011010 110011

Color Harmonies of #F2129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2129B

Black with #F2129B

Text Example


Text Example

White with #F2129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2129B; }

 p { color: rgb(242,18,155); }

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

background-color css

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

 a { background-color: rgb(242,18,155); }

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

border-color css

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

 span { border-color: rgb(242,18,155); }

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