Html Css Color HEX #F704B8 Shocking Pink

📋 copy color: '#F704B8'

red 247 ◦ green 4 ◦ blue 184

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

Shades of Shocking Pink #F704B8

Tints of Shocking Pink #F704B8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

 BLUE value IS 184 (72.27% from 255) = 42.3%

R = 56.78%
G = 0.92%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F704B8 (or 0xF704B8) is known color: Shocking Pink. HEX triplet: F7, 04 and B8. RGB value is (247,4,184). Sum of RGB (Red+Green+Blue) = 247+4+184=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F704B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F704B8 is #08FB47. Grayscale: #606060. Windows color (decimal): -588616 or 12059895. OLE color: 12059895.

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

Color convert

RGB 247 4 184 -
CMYK 0 0.98 0.26 0.03
HSL 315.56º 0.97% 0.49% -
HSV(B) 315.56º 0.98% 0.97% -
XYZ 47.05 23.32 47.37 -
YUV 97.18 177.01 234.86 -
System Red Green Blue C M Y K H S L
Decimal 247 4 184 0 0.98 0.26 0.03 315.56 0.97 0.49
Hex F7 4 B8 0 62 1A 3 13C 61 31
Octal 367 4 270 0 142 32 3 474 141 61
Binary 11110111 100 10111000 0 1100010 11010 11 100111100 1100001 110001

Color Harmonies of #F704B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704B8

Black with #F704B8

Text Example


Text Example

White with #F704B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704B8; }

 p { color: rgb(247,4,184); }

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

background-color css

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

 a { background-color: rgb(247,4,184); }

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

border-color css

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

 span { border-color: rgb(247,4,184); }

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