Html Css Color HEX #F2057B Deep Pink

📋 copy color: '#F2057B'

red 242 ◦ green 5 ◦ blue 123

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

Shades of Deep Pink #F2057B

Tints of Deep Pink #F2057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

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

R = 65.41%
G = 1.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2057B (or 0xF2057B) is known color: Deep Pink. HEX triplet: F2, 05 and 7B. RGB value is (242,5,123). Sum of RGB (Red+Green+Blue) = 242+5+123=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2057B is #0DFA84. Grayscale: #595959. Windows color (decimal): -916101 or 8062450. OLE color: 8062450.

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

Color convert

RGB 242 5 123 -
CMYK 0 0.98 0.49 0.05
HSL 330.13º 0.96% 0.48% -
HSV(B) 330.13º 0.98% 0.95% -
XYZ 40.25 20.42 20.56 -
YUV 89.32 147.02 236.91 -
System Red Green Blue C M Y K H S L
Decimal 242 5 123 0 0.98 0.49 0.05 330.13 0.96 0.48
Hex F2 5 7B 0 62 31 5 14A 60 30
Octal 362 5 173 0 142 61 5 512 140 60
Binary 11110010 101 1111011 0 1100010 110001 101 101001010 1100000 110000

Color Harmonies of #F2057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2057B

Black with #F2057B

Text Example


Text Example

White with #F2057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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