Html Css Color HEX #F864B2 Hot Pink

📋 copy color: '#F864B2'

red 248 ◦ green 100 ◦ blue 178

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

Shades of Hot Pink #F864B2

Tints of Hot Pink #F864B2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.01%

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 47.15%
G = 19.01%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F864B2 (or 0xF864B2) is known color: Hot Pink. HEX triplet: F8, 64 and B2. RGB value is (248,100,178). Sum of RGB (Red+Green+Blue) = 248+100+178=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F864B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F864B2 is #079B4D. Grayscale: #989898. Windows color (decimal): -498510 or 11691256. OLE color: 11691256.

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

Color convert

RGB 248 100 178 -
CMYK 0 0.60 0.28 0.03
HSL 328.38º 0.91% 0.68% -
HSV(B) 328.38º 0.6% 0.97% -
XYZ 51.3 32.29 45.65 -
YUV 153.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 248 100 178 0 0.60 0.28 0.03 328.38 0.91 0.68
Hex F8 64 B2 0 3C 1C 3 148 5B 44
Octal 370 144 262 0 74 34 3 510 133 104
Binary 11111000 1100100 10110010 0 111100 11100 11 101001000 1011011 1000100

Color Harmonies of #F864B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F864B2

Black with #F864B2

Text Example


Text Example

White with #F864B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F864B2; }

 p { color: rgb(248,100,178); }

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

background-color css

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

 a { background-color: rgb(248,100,178); }

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

border-color css

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

 span { border-color: rgb(248,100,178); }

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