Html Css Color HEX #F06BAF Hot Pink

📋 copy color: '#F06BAF'

red 240 ◦ green 107 ◦ blue 175

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

Shades of Hot Pink #F06BAF

Tints of Hot Pink #F06BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 45.98%
G = 20.5%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F06BAF (or 0xF06BAF) is known color: Hot Pink. HEX triplet: F0, 6B and AF. RGB value is (240,107,175). Sum of RGB (Red+Green+Blue) = 240+107+175=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BAF is #0F9450. Grayscale: #9A9A9A. Windows color (decimal): -1021009 or 11496432. OLE color: 11496432.

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

Color convert

RGB 240 107 175 -
CMYK 0 0.55 0.27 0.06
HSL 329.32º 0.82% 0.68% -
HSV(B) 329.32º 0.55% 0.94% -
XYZ 48.93 32.14 44.18 -
YUV 154.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 240 107 175 0 0.55 0.27 0.06 329.32 0.82 0.68
Hex F0 6B AF 0 37 1B 6 149 52 44
Octal 360 153 257 0 67 33 6 511 122 104
Binary 11110000 1101011 10101111 0 110111 11011 110 101001001 1010010 1000100

Color Harmonies of #F06BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BAF

Black with #F06BAF

Text Example


Text Example

White with #F06BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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