Html Css Color HEX #F711CB Shocking Pink

📋 copy color: '#F711CB'

red 247 ◦ green 17 ◦ blue 203

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

Shades of Shocking Pink #F711CB

Tints of Shocking Pink #F711CB

RGB

 RED value IS 247 (96.88% from 255) = 52.89%

 GREEN value IS 17 (7.03% from 255) = 3.64%

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

R = 52.89%
G = 3.64%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F711CB (or 0xF711CB) is known color: Shocking Pink. HEX triplet: F7, 11 and CB. RGB value is (247,17,203). Sum of RGB (Red+Green+Blue) = 247+17+203=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F711CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711CB is #08EE34. Grayscale: #6A6A6A. Windows color (decimal): -585269 or 13308407. OLE color: 13308407.

HSL color Cylindrical-coordinate representation of color #F711CB: hue angle of 311.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F711CB is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 17 203 -
CMYK 0 0.93 0.18 0.03
HSL 311.48º 0.93% 0.52% -
HSV(B) 311.48º 0.93% 0.97% -
XYZ 49.34 24.49 58.63 -
YUV 106.97 182.2 227.88 -
System Red Green Blue C M Y K H S L
Decimal 247 17 203 0 0.93 0.18 0.03 311.48 0.93 0.52
Hex F7 11 CB 0 5D 12 3 137 5D 34
Octal 367 21 313 0 135 22 3 467 135 64
Binary 11110111 10001 11001011 0 1011101 10010 11 100110111 1011101 110100

Color Harmonies of #F711CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711CB

Black with #F711CB

Text Example


Text Example

White with #F711CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711CB; }

 p { color: rgb(247,17,203); }

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

background-color css

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

 a { background-color: rgb(247,17,203); }

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

border-color css

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

 span { border-color: rgb(247,17,203); }

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