Html Css Color HEX #F06BB8 Hot Pink

📋 copy color: '#F06BB8'

red 240 ◦ green 107 ◦ blue 184

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

Shades of Hot Pink #F06BB8

Tints of Hot Pink #F06BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 45.2%
G = 20.15%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F06BB8 (or 0xF06BB8) is known color: Hot Pink. HEX triplet: F0, 6B and B8. RGB value is (240,107,184). Sum of RGB (Red+Green+Blue) = 240+107+184=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BB8 is #0F9447. Grayscale: #9B9B9B. Windows color (decimal): -1021000 or 12086256. OLE color: 12086256.

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

Color convert

RGB 240 107 184 -
CMYK 0 0.55 0.23 0.06
HSL 325.26º 0.82% 0.68% -
HSV(B) 325.26º 0.55% 0.94% -
XYZ 49.84 32.5 48.99 -
YUV 155.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 240 107 184 0 0.55 0.23 0.06 325.26 0.82 0.68
Hex F0 6B B8 0 37 17 6 145 52 44
Octal 360 153 270 0 67 27 6 505 122 104
Binary 11110000 1101011 10111000 0 110111 10111 110 101000101 1010010 1000100

Color Harmonies of #F06BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BB8

Black with #F06BB8

Text Example


Text Example

White with #F06BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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