Html Css Color HEX #F06CB2 Hot Pink

📋 copy color: '#F06CB2'

red 240 ◦ green 108 ◦ blue 178

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

Shades of Hot Pink #F06CB2

Tints of Hot Pink #F06CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.53%

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 45.63%
G = 20.53%
B = 33.84%

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

#F06CB2 (or 0xF06CB2) is known color: Hot Pink. HEX triplet: F0, 6C and B2. RGB value is (240,108,178). Sum of RGB (Red+Green+Blue) = 240+108+178=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06CB2 is #0F934D. Grayscale: #9B9B9B. Windows color (decimal): -1020750 or 11693296. OLE color: 11693296.

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

Color convert

RGB 240 108 178 -
CMYK 0 0.55 0.26 0.06
HSL 328.18º 0.81% 0.68% -
HSV(B) 328.18º 0.55% 0.94% -
XYZ 49.33 32.46 45.79 -
YUV 155.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 240 108 178 0 0.55 0.26 0.06 328.18 0.81 0.68
Hex F0 6C B2 0 37 1A 6 148 51 44
Octal 360 154 262 0 67 32 6 510 121 104
Binary 11110000 1101100 10110010 0 110111 11010 110 101001000 1010001 1000100

Color Harmonies of #F06CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CB2

Black with #F06CB2

Text Example


Text Example

White with #F06CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CB2; }

 p { color: rgb(240,108,178); }

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

background-color css

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

 a { background-color: rgb(240,108,178); }

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

border-color css

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

 span { border-color: rgb(240,108,178); }

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