Html Css Color HEX #F215C3 Shocking Pink

📋 copy color: '#F215C3'

red 242 ◦ green 21 ◦ blue 195

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

Shades of Shocking Pink #F215C3

Tints of Shocking Pink #F215C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 52.84%
G = 4.59%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F215C3 (or 0xF215C3) is known color: Shocking Pink. HEX triplet: F2, 15 and C3. RGB value is (242,21,195). Sum of RGB (Red+Green+Blue) = 242+21+195=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F215C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215C3 is #0DEA3C. Grayscale: #6A6A6A. Windows color (decimal): -911933 or 12785138. OLE color: 12785138.

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

Color convert

RGB 242 21 195 -
CMYK 0 0.91 0.19 0.05
HSL 312.76º 0.89% 0.52% -
HSV(B) 312.76º 0.91% 0.95% -
XYZ 46.74 23.35 53.67 -
YUV 106.92 177.72 224.35 -
System Red Green Blue C M Y K H S L
Decimal 242 21 195 0 0.91 0.19 0.05 312.76 0.89 0.52
Hex F2 15 C3 0 5B 13 5 139 59 34
Octal 362 25 303 0 133 23 5 471 131 64
Binary 11110010 10101 11000011 0 1011011 10011 101 100111001 1011001 110100

Color Harmonies of #F215C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215C3

Black with #F215C3

Text Example


Text Example

White with #F215C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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