Html Css Color HEX #F2047F Deep Pink

📋 copy color: '#F2047F'

red 242 ◦ green 4 ◦ blue 127

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

Shades of Deep Pink #F2047F

Tints of Deep Pink #F2047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 127 (50% from 255) = 34.05%

R = 64.88%
G = 1.07%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2047F (or 0xF2047F) is known color: Deep Pink. HEX triplet: F2, 04 and 7F. RGB value is (242,4,127). Sum of RGB (Red+Green+Blue) = 242+4+127=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2047F is #0DFB80. Grayscale: #585858. Windows color (decimal): -916353 or 8324338. OLE color: 8324338.

HSL color Cylindrical-coordinate representation of color #F2047F: hue angle of 328.99º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2047F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 127 -
CMYK 0 0.98 0.48 0.05
HSL 328.99º 0.97% 0.48% -
HSV(B) 328.99º 0.98% 0.95% -
XYZ 40.49 20.5 21.9 -
YUV 89.18 149.35 237 -
System Red Green Blue C M Y K H S L
Decimal 242 4 127 0 0.98 0.48 0.05 328.99 0.97 0.48
Hex F2 4 7F 0 62 30 5 149 61 30
Octal 362 4 177 0 142 60 5 511 141 60
Binary 11110010 100 1111111 0 1100010 110000 101 101001001 1100001 110000

Color Harmonies of #F2047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2047F

Black with #F2047F

Text Example


Text Example

White with #F2047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2047F; }

 p { color: rgb(242,4,127); }

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

background-color css

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

 a { background-color: rgb(242,4,127); }

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

border-color css

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

 span { border-color: rgb(242,4,127); }

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