Html Css Color HEX #F84FBF Hot Pink

📋 copy color: '#F84FBF'

red 248 ◦ green 79 ◦ blue 191

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

Shades of Hot Pink #F84FBF

Tints of Hot Pink #F84FBF

RGB

 RED value IS 248 (97.27% from 255) = 47.88%

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

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

R = 47.88%
G = 15.25%
B = 36.87%

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

#F84FBF (or 0xF84FBF) is known color: Hot Pink. HEX triplet: F8, 4F and BF. RGB value is (248,79,191). Sum of RGB (Red+Green+Blue) = 248+79+191=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FBF is #07B040. Grayscale: #8E8E8E. Windows color (decimal): -503873 or 12537848. OLE color: 12537848.

HSL color Cylindrical-coordinate representation of color #F84FBF: hue angle of 320.24º degrees, saturation: 0.92, 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 #F84FBF is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 79 191 -
CMYK 0 0.68 0.23 0.03
HSL 320.24º 0.92% 0.64% -
HSV(B) 320.24º 0.68% 0.97% -
XYZ 50.91 29.31 52.26 -
YUV 142.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 248 79 191 0 0.68 0.23 0.03 320.24 0.92 0.64
Hex F8 4F BF 0 44 17 3 140 5C 40
Octal 370 117 277 0 104 27 3 500 134 100
Binary 11111000 1001111 10111111 0 1000100 10111 11 101000000 1011100 1000000

Color Harmonies of #F84FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84FBF

Black with #F84FBF

Text Example


Text Example

White with #F84FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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