Html Css Color HEX #F2197B Deep Pink

📋 copy color: '#F2197B'

red 242 ◦ green 25 ◦ blue 123

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

Shades of Deep Pink #F2197B

Tints of Deep Pink #F2197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

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

R = 62.05%
G = 6.41%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2197B (or 0xF2197B) is known color: Deep Pink. HEX triplet: F2, 19 and 7B. RGB value is (242,25,123). Sum of RGB (Red+Green+Blue) = 242+25+123=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2197B is #0DE684. Grayscale: #646464. Windows color (decimal): -910981 or 8067570. OLE color: 8067570.

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

Color convert

RGB 242 25 123 -
CMYK 0 0.90 0.49 0.05
HSL 332.9º 0.89% 0.52% -
HSV(B) 332.9º 0.9% 0.95% -
XYZ 40.54 21 20.66 -
YUV 101.06 140.39 228.53 -
System Red Green Blue C M Y K H S L
Decimal 242 25 123 0 0.90 0.49 0.05 332.9 0.89 0.52
Hex F2 19 7B 0 5A 31 5 14D 59 34
Octal 362 31 173 0 132 61 5 515 131 64
Binary 11110010 11001 1111011 0 1011010 110001 101 101001101 1011001 110100

Color Harmonies of #F2197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2197B

Black with #F2197B

Text Example


Text Example

White with #F2197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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