Html Css Color HEX #F215A0 Deep Pink

📋 copy color: '#F215A0'

red 242 ◦ green 21 ◦ blue 160

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

Shades of Deep Pink #F215A0

Tints of Deep Pink #F215A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 57.21%
G = 4.96%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F215A0 (or 0xF215A0) is known color: Deep Pink. HEX triplet: F2, 15 and A0. RGB value is (242,21,160). Sum of RGB (Red+Green+Blue) = 242+21+160=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F215A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F215A0 is #0DEA5F. Grayscale: #666666. Windows color (decimal): -911968 or 10491378. OLE color: 10491378.

HSL color Cylindrical-coordinate representation of color #F215A0: hue angle of 322.26º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F215A0 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 21 160 -
CMYK 0 0.91 0.34 0.05
HSL 322.26º 0.89% 0.52% -
HSV(B) 322.26º 0.91% 0.95% -
XYZ 43.23 21.95 35.22 -
YUV 102.93 160.22 227.2 -
System Red Green Blue C M Y K H S L
Decimal 242 21 160 0 0.91 0.34 0.05 322.26 0.89 0.52
Hex F2 15 A0 0 5B 22 5 142 59 34
Octal 362 25 240 0 133 42 5 502 131 64
Binary 11110010 10101 10100000 0 1011011 100010 101 101000010 1011001 110100

Color Harmonies of #F215A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215A0

Black with #F215A0

Text Example


Text Example

White with #F215A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215A0; }

 p { color: rgb(242,21,160); }

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

background-color css

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

 a { background-color: rgb(242,21,160); }

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

border-color css

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

 span { border-color: rgb(242,21,160); }

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