Html Css Color HEX #F74FBF Hot Pink

📋 copy color: '#F74FBF'

red 247 ◦ green 79 ◦ blue 191

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

Shades of Hot Pink #F74FBF

Tints of Hot Pink #F74FBF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.28%

 BLUE value IS 191 (75% from 255) = 36.94%

R = 47.78%
G = 15.28%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F74FBF (or 0xF74FBF) is known color: Hot Pink. HEX triplet: F7, 4F and BF. RGB value is (247,79,191). Sum of RGB (Red+Green+Blue) = 247+79+191=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FBF is #08B040. Grayscale: #8D8D8D. Windows color (decimal): -569409 or 12537847. OLE color: 12537847.

HSL color Cylindrical-coordinate representation of color #F74FBF: hue angle of 320º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74FBF is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 191 -
CMYK 0 0.68 0.23 0.03
HSL 320º 0.91% 0.64% -
HSV(B) 320º 0.68% 0.97% -
XYZ 50.56 29.13 52.25 -
YUV 142 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 247 79 191 0 0.68 0.23 0.03 320 0.91 0.64
Hex F7 4F BF 0 44 17 3 140 5B 40
Octal 367 117 277 0 104 27 3 500 133 100
Binary 11110111 1001111 10111111 0 1000100 10111 11 101000000 1011011 1000000

Color Harmonies of #F74FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74FBF

Black with #F74FBF

Text Example


Text Example

White with #F74FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74FBF; }

 p { color: rgb(247,79,191); }

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

background-color css

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

 a { background-color: rgb(247,79,191); }

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

border-color css

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

 span { border-color: rgb(247,79,191); }

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