Html Css Color HEX #F2017E Deep Pink

📋 copy color: '#F2017E'

red 242 ◦ green 1 ◦ blue 126

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

Shades of Deep Pink #F2017E

Tints of Deep Pink #F2017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 65.58%
G = 0.27%
B = 34.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2017E (or 0xF2017E) is known color: Deep Pink. HEX triplet: F2, 01 and 7E. RGB value is (242,1,126). Sum of RGB (Red+Green+Blue) = 242+1+126=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2017E is #0DFE81. Grayscale: #575757. Windows color (decimal): -917122 or 8258034. OLE color: 8258034.

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

Color convert

RGB 242 1 126 -
CMYK 0 1.00 0.48 0.05
HSL 328.88º 0.99% 0.48% -
HSV(B) 328.88º 1% 0.95% -
XYZ 40.39 20.41 21.55 -
YUV 87.31 149.84 238.34 -
System Red Green Blue C M Y K H S L
Decimal 242 1 126 0 1.00 0.48 0.05 328.88 0.99 0.48
Hex F2 1 7E 0 64 30 5 149 63 30
Octal 362 1 176 0 144 60 5 511 143 60
Binary 11110010 1 1111110 0 1100100 110000 101 101001001 1100011 110000

Color Harmonies of #F2017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2017E

Black with #F2017E

Text Example


Text Example

White with #F2017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2017E; }

 p { color: rgb(242,1,126); }

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

background-color css

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

 a { background-color: rgb(242,1,126); }

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

border-color css

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

 span { border-color: rgb(242,1,126); }

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