Html Css Color HEX #F712CB Shocking Pink

📋 copy color: '#F712CB'

red 247 ◦ green 18 ◦ blue 203

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

Shades of Shocking Pink #F712CB

Tints of Shocking Pink #F712CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

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

R = 52.78%
G = 3.85%
B = 43.38%

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

#F712CB (or 0xF712CB) is known color: Shocking Pink. HEX triplet: F7, 12 and CB. RGB value is (247,18,203). Sum of RGB (Red+Green+Blue) = 247+18+203=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F712CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712CB is #08ED34. Grayscale: #6B6B6B. Windows color (decimal): -585013 or 13308663. OLE color: 13308663.

HSL color Cylindrical-coordinate representation of color #F712CB: hue angle of 311.53º 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 #F712CB is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 18 203 -
CMYK 0 0.93 0.18 0.03
HSL 311.53º 0.93% 0.52% -
HSV(B) 311.53º 0.93% 0.97% -
XYZ 49.35 24.52 58.63 -
YUV 107.56 181.87 227.46 -
System Red Green Blue C M Y K H S L
Decimal 247 18 203 0 0.93 0.18 0.03 311.53 0.93 0.52
Hex F7 12 CB 0 5D 12 3 138 5D 34
Octal 367 22 313 0 135 22 3 470 135 64
Binary 11110111 10010 11001011 0 1011101 10010 11 100111000 1011101 110100

Color Harmonies of #F712CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712CB

Black with #F712CB

Text Example


Text Example

White with #F712CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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