Html Css Color HEX #F05DB3 Hot Pink

📋 copy color: '#F05DB3'

red 240 ◦ green 93 ◦ blue 179

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

Shades of Hot Pink #F05DB3

Tints of Hot Pink #F05DB3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.16%

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 46.88%
G = 18.16%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F05DB3 (or 0xF05DB3) is known color: Hot Pink. HEX triplet: F0, 5D and B3. RGB value is (240,93,179). Sum of RGB (Red+Green+Blue) = 240+93+179=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DB3 is #0FA24C. Grayscale: #929292. Windows color (decimal): -1024589 or 11754992. OLE color: 11754992.

HSL color Cylindrical-coordinate representation of color #F05DB3: hue angle of 324.9º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05DB3 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 93 179 -
CMYK 0 0.61 0.25 0.06
HSL 324.9º 0.83% 0.65% -
HSV(B) 324.9º 0.61% 0.94% -
XYZ 47.99 29.61 45.83 -
YUV 146.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 240 93 179 0 0.61 0.25 0.06 324.9 0.83 0.65
Hex F0 5D B3 0 3D 19 6 145 53 41
Octal 360 135 263 0 75 31 6 505 123 101
Binary 11110000 1011101 10110011 0 111101 11001 110 101000101 1010011 1000001

Color Harmonies of #F05DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DB3

Black with #F05DB3

Text Example


Text Example

White with #F05DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DB3; }

 p { color: rgb(240,93,179); }

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

background-color css

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

 a { background-color: rgb(240,93,179); }

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

border-color css

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

 span { border-color: rgb(240,93,179); }

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