Html Css Color HEX #F213D4 Shocking Pink

📋 copy color: '#F213D4'

red 242 ◦ green 19 ◦ blue 212

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

Shades of Shocking Pink #F213D4

Tints of Shocking Pink #F213D4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.02%

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 51.16%
G = 4.02%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F213D4 (or 0xF213D4) is known color: Shocking Pink. HEX triplet: F2, 13 and D4. RGB value is (242,19,212). Sum of RGB (Red+Green+Blue) = 242+19+212=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F213D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213D4 is #0DEC2B. Grayscale: #6B6B6B. Windows color (decimal): -912428 or 13898738. OLE color: 13898738.

HSL color Cylindrical-coordinate representation of color #F213D4: hue angle of 308.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213D4 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 212 -
CMYK 0 0.92 0.12 0.05
HSL 308.07º 0.9% 0.51% -
HSV(B) 308.07º 0.92% 0.95% -
XYZ 48.73 24.1 64.37 -
YUV 107.68 186.88 223.81 -
System Red Green Blue C M Y K H S L
Decimal 242 19 212 0 0.92 0.12 0.05 308.07 0.9 0.51
Hex F2 13 D4 0 5C C 5 134 5A 33
Octal 362 23 324 0 134 14 5 464 132 63
Binary 11110010 10011 11010100 0 1011100 1100 101 100110100 1011010 110011

Color Harmonies of #F213D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213D4

Black with #F213D4

Text Example


Text Example

White with #F213D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F213D4; }

 p { color: rgb(242,19,212); }

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

background-color css

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

 a { background-color: rgb(242,19,212); }

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

border-color css

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

 span { border-color: rgb(242,19,212); }

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