Html Css Color HEX #F75DB9 Hot Pink

📋 copy color: '#F75DB9'

red 247 ◦ green 93 ◦ blue 185

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

Shades of Hot Pink #F75DB9

Tints of Hot Pink #F75DB9

RGB

 RED value IS 247 (96.88% from 255) = 47.05%

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

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 47.05%
G = 17.71%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F75DB9 (or 0xF75DB9) is known color: Hot Pink. HEX triplet: F7, 5D and B9. RGB value is (247,93,185). Sum of RGB (Red+Green+Blue) = 247+93+185=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DB9 is #08A246. Grayscale: #959595. Windows color (decimal): -565831 or 12148215. OLE color: 12148215.

HSL color Cylindrical-coordinate representation of color #F75DB9: hue angle of 324.16º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75DB9 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 185 -
CMYK 0 0.62 0.25 0.03
HSL 324.16º 0.91% 0.67% -
HSV(B) 324.16º 0.62% 0.97% -
XYZ 51.03 31.11 49.21 -
YUV 149.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 247 93 185 0 0.62 0.25 0.03 324.16 0.91 0.67
Hex F7 5D B9 0 3E 19 3 144 5B 43
Octal 367 135 271 0 76 31 3 504 133 103
Binary 11110111 1011101 10111001 0 111110 11001 11 101000100 1011011 1000011

Color Harmonies of #F75DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DB9

Black with #F75DB9

Text Example


Text Example

White with #F75DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DB9; }

 p { color: rgb(247,93,185); }

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

background-color css

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

 a { background-color: rgb(247,93,185); }

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

border-color css

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

 span { border-color: rgb(247,93,185); }

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