Html Css Color HEX #F06BB1 Hot Pink

📋 copy color: '#F06BB1'

red 240 ◦ green 107 ◦ blue 177

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

Shades of Hot Pink #F06BB1

Tints of Hot Pink #F06BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.78%

R = 45.8%
G = 20.42%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F06BB1 (or 0xF06BB1) is known color: Hot Pink. HEX triplet: F0, 6B and B1. RGB value is (240,107,177). Sum of RGB (Red+Green+Blue) = 240+107+177=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BB1 is #0F944E. Grayscale: #9A9A9A. Windows color (decimal): -1021007 or 11627504. OLE color: 11627504.

HSL color Cylindrical-coordinate representation of color #F06BB1: hue angle of 328.42º 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 #F06BB1 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 107 177 -
CMYK 0 0.55 0.26 0.06
HSL 328.42º 0.82% 0.68% -
HSV(B) 328.42º 0.55% 0.94% -
XYZ 49.13 32.21 45.22 -
YUV 154.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 240 107 177 0 0.55 0.26 0.06 328.42 0.82 0.68
Hex F0 6B B1 0 37 1A 6 148 52 44
Octal 360 153 261 0 67 32 6 510 122 104
Binary 11110000 1101011 10110001 0 110111 11010 110 101001000 1010010 1000100

Color Harmonies of #F06BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BB1

Black with #F06BB1

Text Example


Text Example

White with #F06BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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