Html Css Color HEX #F2238C Deep Pink

📋 copy color: '#F2238C'

red 242 ◦ green 35 ◦ blue 140

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

Shades of Deep Pink #F2238C

Tints of Deep Pink #F2238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.39%

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

R = 58.03%
G = 8.39%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2238C (or 0xF2238C) is known color: Deep Pink. HEX triplet: F2, 23 and 8C. RGB value is (242,35,140). Sum of RGB (Red+Green+Blue) = 242+35+140=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2238C is #0DDC73. Grayscale: #6C6C6C. Windows color (decimal): -908404 or 9184242. OLE color: 9184242.

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

Color convert

RGB 242 35 140 -
CMYK 0 0.86 0.42 0.05
HSL 329.57º 0.89% 0.54% -
HSV(B) 329.57º 0.86% 0.95% -
XYZ 41.95 21.97 26.84 -
YUV 108.86 145.58 222.96 -
System Red Green Blue C M Y K H S L
Decimal 242 35 140 0 0.86 0.42 0.05 329.57 0.89 0.54
Hex F2 23 8C 0 56 2A 5 14A 59 36
Octal 362 43 214 0 126 52 5 512 131 66
Binary 11110010 100011 10001100 0 1010110 101010 101 101001010 1011001 110110

Color Harmonies of #F2238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2238C

Black with #F2238C

Text Example


Text Example

White with #F2238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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