Html Css Color HEX #F0217F Deep Pink

📋 copy color: '#F0217F'

red 240 ◦ green 33 ◦ blue 127

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

Shades of Deep Pink #F0217F

Tints of Deep Pink #F0217F

RGB

 RED value IS 240 (94.14% from 255) = 60%

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

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

R = 60%
G = 8.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0217F (or 0xF0217F) is known color: Deep Pink. HEX triplet: F0, 21 and 7F. RGB value is (240,33,127). Sum of RGB (Red+Green+Blue) = 240+33+127=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0217F is #0FDE80. Grayscale: #696969. Windows color (decimal): -1040001 or 8331760. OLE color: 8331760.

HSL color Cylindrical-coordinate representation of color #F0217F: hue angle of 332.75º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0217F is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 127 -
CMYK 0 0.86 0.47 0.06
HSL 332.75º 0.87% 0.54% -
HSV(B) 332.75º 0.86% 0.94% -
XYZ 40.31 21.15 22.04 -
YUV 105.61 140.08 223.86 -
System Red Green Blue C M Y K H S L
Decimal 240 33 127 0 0.86 0.47 0.06 332.75 0.87 0.54
Hex F0 21 7F 0 56 2F 6 14D 57 36
Octal 360 41 177 0 126 57 6 515 127 66
Binary 11110000 100001 1111111 0 1010110 101111 110 101001101 1010111 110110

Color Harmonies of #F0217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0217F

Black with #F0217F

Text Example


Text Example

White with #F0217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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