Html Css Color HEX #F71DCB Shocking Pink

📋 copy color: '#F71DCB'

red 247 ◦ green 29 ◦ blue 203

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

Shades of Shocking Pink #F71DCB

Tints of Shocking Pink #F71DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.05%

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

R = 51.57%
G = 6.05%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F71DCB (or 0xF71DCB) is known color: Shocking Pink. HEX triplet: F7, 1D and CB. RGB value is (247,29,203). Sum of RGB (Red+Green+Blue) = 247+29+203=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DCB is #08E234. Grayscale: #717171. Windows color (decimal): -582197 or 13311479. OLE color: 13311479.

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

Color convert

RGB 247 29 203 -
CMYK 0 0.88 0.18 0.03
HSL 312.11º 0.93% 0.54% -
HSV(B) 312.11º 0.88% 0.97% -
XYZ 49.58 24.96 58.71 -
YUV 114.02 178.22 222.85 -
System Red Green Blue C M Y K H S L
Decimal 247 29 203 0 0.88 0.18 0.03 312.11 0.93 0.54
Hex F7 1D CB 0 58 12 3 138 5D 36
Octal 367 35 313 0 130 22 3 470 135 66
Binary 11110111 11101 11001011 0 1011000 10010 11 100111000 1011101 110110

Color Harmonies of #F71DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DCB

Black with #F71DCB

Text Example


Text Example

White with #F71DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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