Html Css Color HEX #F2258B Deep Pink

📋 copy color: '#F2258B'

red 242 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #F2258B

Tints of Deep Pink #F2258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 57.89%
G = 8.85%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2258B (or 0xF2258B) is known color: Deep Pink. HEX triplet: F2, 25 and 8B. RGB value is (242,37,139). Sum of RGB (Red+Green+Blue) = 242+37+139=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2258B is #0DDA74. Grayscale: #6D6D6D. Windows color (decimal): -907893 or 9119218. OLE color: 9119218.

HSL color Cylindrical-coordinate representation of color #F2258B: hue angle of 330.15º 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 #F2258B is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 139 -
CMYK 0 0.85 0.43 0.05
HSL 330.15º 0.89% 0.55% -
HSV(B) 330.15º 0.85% 0.95% -
XYZ 41.94 22.06 26.47 -
YUV 109.92 144.42 222.21 -
System Red Green Blue C M Y K H S L
Decimal 242 37 139 0 0.85 0.43 0.05 330.15 0.89 0.55
Hex F2 25 8B 0 55 2B 5 14A 59 37
Octal 362 45 213 0 125 53 5 512 131 67
Binary 11110010 100101 10001011 0 1010101 101011 101 101001010 1011001 110111

Color Harmonies of #F2258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2258B

Black with #F2258B

Text Example


Text Example

White with #F2258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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