Html Css Color HEX #F2248D Deep Pink

📋 copy color: '#F2248D'

red 242 ◦ green 36 ◦ blue 141

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

Shades of Deep Pink #F2248D

Tints of Deep Pink #F2248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.59%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 57.76%
G = 8.59%
B = 33.65%

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

#F2248D (or 0xF2248D) is known color: Deep Pink. HEX triplet: F2, 24 and 8D. RGB value is (242,36,141). Sum of RGB (Red+Green+Blue) = 242+36+141=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2248D is #0DDB72. Grayscale: #6D6D6D. Windows color (decimal): -908147 or 9250034. OLE color: 9250034.

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

Color convert

RGB 242 36 141 -
CMYK 0 0.85 0.42 0.05
HSL 329.42º 0.89% 0.55% -
HSV(B) 329.42º 0.85% 0.95% -
XYZ 42.06 22.06 27.24 -
YUV 109.56 145.75 222.46 -
System Red Green Blue C M Y K H S L
Decimal 242 36 141 0 0.85 0.42 0.05 329.42 0.89 0.55
Hex F2 24 8D 0 55 2A 5 149 59 37
Octal 362 44 215 0 125 52 5 511 131 67
Binary 11110010 100100 10001101 0 1010101 101010 101 101001001 1011001 110111

Color Harmonies of #F2248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2248D

Black with #F2248D

Text Example


Text Example

White with #F2248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2248D; }

 p { color: rgb(242,36,141); }

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

background-color css

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

 a { background-color: rgb(242,36,141); }

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

border-color css

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

 span { border-color: rgb(242,36,141); }

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