Html Css Color HEX #F06BA1 Hot Pink

📋 copy color: '#F06BA1'

red 240 ◦ green 107 ◦ blue 161

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

Shades of Hot Pink #F06BA1

Tints of Hot Pink #F06BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.69%

R = 47.24%
G = 21.06%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F06BA1 (or 0xF06BA1) is known color: Hot Pink. HEX triplet: F0, 6B and A1. RGB value is (240,107,161). Sum of RGB (Red+Green+Blue) = 240+107+161=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BA1 is #0F945E. Grayscale: #989898. Windows color (decimal): -1021023 or 10578928. OLE color: 10578928.

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

Color convert

RGB 240 107 161 -
CMYK 0 0.55 0.33 0.06
HSL 335.64º 0.82% 0.68% -
HSV(B) 335.64º 0.55% 0.94% -
XYZ 47.63 31.61 37.31 -
YUV 152.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 240 107 161 0 0.55 0.33 0.06 335.64 0.82 0.68
Hex F0 6B A1 0 37 21 6 150 52 44
Octal 360 153 241 0 67 41 6 520 122 104
Binary 11110000 1101011 10100001 0 110111 100001 110 101010000 1010010 1000100

Color Harmonies of #F06BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BA1

Black with #F06BA1

Text Example


Text Example

White with #F06BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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