Html Css Color HEX #F06BA7 Hot Pink

📋 copy color: '#F06BA7'

red 240 ◦ green 107 ◦ blue 167

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

Shades of Hot Pink #F06BA7

Tints of Hot Pink #F06BA7

RGB

 RED value IS 240 (94.14% from 255) = 46.69%

 GREEN value IS 107 (42.19% from 255) = 20.82%

 BLUE value IS 167 (65.63% from 255) = 32.49%

R = 46.69%
G = 20.82%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F06BA7 (or 0xF06BA7) is known color: Hot Pink. HEX triplet: F0, 6B and A7. RGB value is (240,107,167). Sum of RGB (Red+Green+Blue) = 240+107+167=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BA7 is #0F9458. Grayscale: #999999. Windows color (decimal): -1021017 or 10972144. OLE color: 10972144.

HSL color Cylindrical-coordinate representation of color #F06BA7: hue angle of 332.93º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BA7 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 107 167 -
CMYK 0 0.55 0.30 0.06
HSL 332.93º 0.82% 0.68% -
HSV(B) 332.93º 0.55% 0.94% -
XYZ 48.17 31.83 40.16 -
YUV 153.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 240 107 167 0 0.55 0.30 0.06 332.93 0.82 0.68
Hex F0 6B A7 0 37 1E 6 14D 52 44
Octal 360 153 247 0 67 36 6 515 122 104
Binary 11110000 1101011 10100111 0 110111 11110 110 101001101 1010010 1000100

Color Harmonies of #F06BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BA7

Black with #F06BA7

Text Example


Text Example

White with #F06BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BA7; }

 p { color: rgb(240,107,167); }

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

background-color css

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

 a { background-color: rgb(240,107,167); }

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

border-color css

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

 span { border-color: rgb(240,107,167); }

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