Html Css Color HEX #F2258C Deep Pink

📋 copy color: '#F2258C'

red 242 ◦ green 37 ◦ blue 140

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

Shades of Deep Pink #F2258C

Tints of Deep Pink #F2258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.83%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 57.76%
G = 8.83%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2258C (or 0xF2258C) is known color: Deep Pink. HEX triplet: F2, 25 and 8C. RGB value is (242,37,140). Sum of RGB (Red+Green+Blue) = 242+37+140=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2258C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2258C is #0DDA73. Grayscale: #6D6D6D. Windows color (decimal): -907892 or 9184754. OLE color: 9184754.

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

Color convert

RGB 242 37 140 -
CMYK 0 0.85 0.42 0.05
HSL 329.85º 0.89% 0.55% -
HSV(B) 329.85º 0.85% 0.95% -
XYZ 42.01 22.09 26.86 -
YUV 110.04 144.92 222.12 -
System Red Green Blue C M Y K H S L
Decimal 242 37 140 0 0.85 0.42 0.05 329.85 0.89 0.55
Hex F2 25 8C 0 55 2A 5 14A 59 37
Octal 362 45 214 0 125 52 5 512 131 67
Binary 11110010 100101 10001100 0 1010101 101010 101 101001010 1011001 110111

Color Harmonies of #F2258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2258C

Black with #F2258C

Text Example


Text Example

White with #F2258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2258C; }

 p { color: rgb(242,37,140); }

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

background-color css

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

 a { background-color: rgb(242,37,140); }

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

border-color css

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

 span { border-color: rgb(242,37,140); }

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