Html Css Color HEX #F013CB Shocking Pink

📋 copy color: '#F013CB'

red 240 ◦ green 19 ◦ blue 203

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

Shades of Shocking Pink #F013CB

Tints of Shocking Pink #F013CB

RGB

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

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

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

R = 51.95%
G = 4.11%
B = 43.94%

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

#F013CB (or 0xF013CB) is known color: Shocking Pink. HEX triplet: F0, 13 and CB. RGB value is (240,19,203). Sum of RGB (Red+Green+Blue) = 240+19+203=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F013CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013CB is #0FEC34. Grayscale: #696969. Windows color (decimal): -1043509 or 13308912. OLE color: 13308912.

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

Color convert

RGB 240 19 203 -
CMYK 0 0.92 0.15 0.06
HSL 310.05º 0.88% 0.51% -
HSV(B) 310.05º 0.92% 0.94% -
XYZ 46.95 23.3 58.52 -
YUV 106.06 182.72 223.54 -
System Red Green Blue C M Y K H S L
Decimal 240 19 203 0 0.92 0.15 0.06 310.05 0.88 0.51
Hex F0 13 CB 0 5C F 6 136 58 33
Octal 360 23 313 0 134 17 6 466 130 63
Binary 11110000 10011 11001011 0 1011100 1111 110 100110110 1011000 110011

Color Harmonies of #F013CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013CB

Black with #F013CB

Text Example


Text Example

White with #F013CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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