Html Css Color HEX #F4217F Deep Pink

📋 copy color: '#F4217F'

red 244 ◦ green 33 ◦ blue 127

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

Shades of Deep Pink #F4217F

Tints of Deep Pink #F4217F

RGB

 RED value IS 244 (95.7% from 255) = 60.4%

 GREEN value IS 33 (13.28% from 255) = 8.17%

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

R = 60.4%
G = 8.17%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4217F (or 0xF4217F) is known color: Deep Pink. HEX triplet: F4, 21 and 7F. RGB value is (244,33,127). Sum of RGB (Red+Green+Blue) = 244+33+127=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F4217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4217F is #0BDE80. Grayscale: #6A6A6A. Windows color (decimal): -777857 or 8331764. OLE color: 8331764.

HSL color Cylindrical-coordinate representation of color #F4217F: hue angle of 333.27º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4217F is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 127 -
CMYK 0 0.86 0.48 0.04
HSL 333.27º 0.91% 0.54% -
HSV(B) 333.27º 0.86% 0.96% -
XYZ 41.68 21.85 22.1 -
YUV 106.81 139.4 225.86 -
System Red Green Blue C M Y K H S L
Decimal 244 33 127 0 0.86 0.48 0.04 333.27 0.91 0.54
Hex F4 21 7F 0 56 30 4 14D 5B 36
Octal 364 41 177 0 126 60 4 515 133 66
Binary 11110100 100001 1111111 0 1010110 110000 100 101001101 1011011 110110

Color Harmonies of #F4217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4217F

Black with #F4217F

Text Example


Text Example

White with #F4217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4217F; }

 p { color: rgb(244,33,127); }

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

background-color css

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

 a { background-color: rgb(244,33,127); }

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

border-color css

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

 span { border-color: rgb(244,33,127); }

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