Html Css Color HEX #F704BA Shocking Pink

📋 copy color: '#F704BA'

red 247 ◦ green 4 ◦ blue 186

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

Shades of Shocking Pink #F704BA

Tints of Shocking Pink #F704BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 56.52%
G = 0.92%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F704BA (or 0xF704BA) is known color: Shocking Pink. HEX triplet: F7, 04 and BA. RGB value is (247,4,186). Sum of RGB (Red+Green+Blue) = 247+4+186=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F704BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F704BA is #08FB45. Grayscale: #606060. Windows color (decimal): -588614 or 12190967. OLE color: 12190967.

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

Color convert

RGB 247 4 186 -
CMYK 0 0.98 0.25 0.03
HSL 315.06º 0.97% 0.49% -
HSV(B) 315.06º 0.98% 0.97% -
XYZ 47.26 23.41 48.48 -
YUV 97.41 178.01 234.7 -
System Red Green Blue C M Y K H S L
Decimal 247 4 186 0 0.98 0.25 0.03 315.06 0.97 0.49
Hex F7 4 BA 0 62 19 3 13B 61 31
Octal 367 4 272 0 142 31 3 473 141 61
Binary 11110111 100 10111010 0 1100010 11001 11 100111011 1100001 110001

Color Harmonies of #F704BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704BA

Black with #F704BA

Text Example


Text Example

White with #F704BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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