Html Css Color HEX #F014CB Shocking Pink

📋 copy color: '#F014CB'

red 240 ◦ green 20 ◦ blue 203

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

Shades of Shocking Pink #F014CB

Tints of Shocking Pink #F014CB

RGB

 RED value IS 240 (94.14% from 255) = 51.84%

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 51.84%
G = 4.32%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F014CB (or 0xF014CB) is known color: Shocking Pink. HEX triplet: F0, 14 and CB. RGB value is (240,20,203). Sum of RGB (Red+Green+Blue) = 240+20+203=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F014CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014CB is #0FEB34. Grayscale: #6A6A6A. Windows color (decimal): -1043253 or 13309168. OLE color: 13309168.

HSL color Cylindrical-coordinate representation of color #F014CB: hue angle of 310.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014CB is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 203 -
CMYK 0 0.92 0.15 0.06
HSL 310.09º 0.88% 0.51% -
HSV(B) 310.09º 0.92% 0.94% -
XYZ 46.96 23.34 58.53 -
YUV 106.64 182.39 223.12 -
System Red Green Blue C M Y K H S L
Decimal 240 20 203 0 0.92 0.15 0.06 310.09 0.88 0.51
Hex F0 14 CB 0 5C F 6 136 58 33
Octal 360 24 313 0 134 17 6 466 130 63
Binary 11110000 10100 11001011 0 1011100 1111 110 100110110 1011000 110011

Color Harmonies of #F014CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014CB

Black with #F014CB

Text Example


Text Example

White with #F014CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014CB; }

 p { color: rgb(240,20,203); }

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

background-color css

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

 a { background-color: rgb(240,20,203); }

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

border-color css

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

 span { border-color: rgb(240,20,203); }

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