Html Css Color HEX #F2248F Deep Pink

📋 copy color: '#F2248F'

red 242 ◦ green 36 ◦ blue 143

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

Shades of Deep Pink #F2248F

Tints of Deep Pink #F2248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 57.48%
G = 8.55%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2248F (or 0xF2248F) is known color: Deep Pink. HEX triplet: F2, 24 and 8F. RGB value is (242,36,143). Sum of RGB (Red+Green+Blue) = 242+36+143=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2248F is #0DDB70. Grayscale: #6D6D6D. Windows color (decimal): -908145 or 9381106. OLE color: 9381106.

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

Color convert

RGB 242 36 143 -
CMYK 0 0.85 0.41 0.05
HSL 328.84º 0.89% 0.55% -
HSV(B) 328.84º 0.85% 0.95% -
XYZ 42.21 22.12 28.03 -
YUV 109.79 146.75 222.3 -
System Red Green Blue C M Y K H S L
Decimal 242 36 143 0 0.85 0.41 0.05 328.84 0.89 0.55
Hex F2 24 8F 0 55 29 5 149 59 37
Octal 362 44 217 0 125 51 5 511 131 67
Binary 11110010 100100 10001111 0 1010101 101001 101 101001001 1011001 110111

Color Harmonies of #F2248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2248F

Black with #F2248F

Text Example


Text Example

White with #F2248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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