Html Css Color HEX #F214CD Shocking Pink

📋 copy color: '#F214CD'

red 242 ◦ green 20 ◦ blue 205

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

Shades of Shocking Pink #F214CD

Tints of Shocking Pink #F214CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.28%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 51.82%
G = 4.28%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F214CD (or 0xF214CD) is known color: Shocking Pink. HEX triplet: F2, 14 and CD. RGB value is (242,20,205). Sum of RGB (Red+Green+Blue) = 242+20+205=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F214CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214CD is #0DEB32. Grayscale: #6A6A6A. Windows color (decimal): -912179 or 13440242. OLE color: 13440242.

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

Color convert

RGB 242 20 205 -
CMYK 0 0.92 0.15 0.05
HSL 310º 0.9% 0.51% -
HSV(B) 310º 0.92% 0.95% -
XYZ 47.89 23.79 59.82 -
YUV 107.47 183.05 223.96 -
System Red Green Blue C M Y K H S L
Decimal 242 20 205 0 0.92 0.15 0.05 310 0.9 0.51
Hex F2 14 CD 0 5C F 5 136 5A 33
Octal 362 24 315 0 134 17 5 466 132 63
Binary 11110010 10100 11001101 0 1011100 1111 101 100110110 1011010 110011

Color Harmonies of #F214CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F214CD

Black with #F214CD

Text Example


Text Example

White with #F214CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F214CD; }

 p { color: rgb(242,20,205); }

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

background-color css

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

 a { background-color: rgb(242,20,205); }

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

border-color css

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

 span { border-color: rgb(242,20,205); }

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