Html Css Color HEX #F2167B Deep Pink

📋 copy color: '#F2167B'

red 242 ◦ green 22 ◦ blue 123

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

Shades of Deep Pink #F2167B

Tints of Deep Pink #F2167B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.68%

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

R = 62.53%
G = 5.68%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2167B (or 0xF2167B) is known color: Deep Pink. HEX triplet: F2, 16 and 7B. RGB value is (242,22,123). Sum of RGB (Red+Green+Blue) = 242+22+123=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2167B is #0DE984. Grayscale: #636363. Windows color (decimal): -911749 or 8066802. OLE color: 8066802.

HSL color Cylindrical-coordinate representation of color #F2167B: hue angle of 332.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2167B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 22 123 -
CMYK 0 0.91 0.49 0.05
HSL 332.45º 0.89% 0.52% -
HSV(B) 332.45º 0.91% 0.95% -
XYZ 40.48 20.88 20.64 -
YUV 99.29 141.39 229.79 -
System Red Green Blue C M Y K H S L
Decimal 242 22 123 0 0.91 0.49 0.05 332.45 0.89 0.52
Hex F2 16 7B 0 5B 31 5 14C 59 34
Octal 362 26 173 0 133 61 5 514 131 64
Binary 11110010 10110 1111011 0 1011011 110001 101 101001100 1011001 110100

Color Harmonies of #F2167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2167B

Black with #F2167B

Text Example


Text Example

White with #F2167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2167B; }

 p { color: rgb(242,22,123); }

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

background-color css

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

 a { background-color: rgb(242,22,123); }

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

border-color css

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

 span { border-color: rgb(242,22,123); }

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