Html Css Color HEX #F215C7 Shocking Pink

📋 copy color: '#F215C7'

red 242 ◦ green 21 ◦ blue 199

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

Shades of Shocking Pink #F215C7

Tints of Shocking Pink #F215C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.07%

R = 52.38%
G = 4.55%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F215C7 (or 0xF215C7) is known color: Shocking Pink. HEX triplet: F2, 15 and C7. RGB value is (242,21,199). Sum of RGB (Red+Green+Blue) = 242+21+199=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F215C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215C7 is #0DEA38. Grayscale: #6A6A6A. Windows color (decimal): -911929 or 13047282. OLE color: 13047282.

HSL color Cylindrical-coordinate representation of color #F215C7: hue angle of 311.67º 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 #F215C7 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 21 199 -
CMYK 0 0.91 0.18 0.05
HSL 311.67º 0.89% 0.52% -
HSV(B) 311.67º 0.91% 0.95% -
XYZ 47.19 23.54 56.09 -
YUV 107.37 179.72 224.03 -
System Red Green Blue C M Y K H S L
Decimal 242 21 199 0 0.91 0.18 0.05 311.67 0.89 0.52
Hex F2 15 C7 0 5B 12 5 138 59 34
Octal 362 25 307 0 133 22 5 470 131 64
Binary 11110010 10101 11000111 0 1011011 10010 101 100111000 1011001 110100

Color Harmonies of #F215C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215C7

Black with #F215C7

Text Example


Text Example

White with #F215C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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