Html Css Color HEX #F75DBA Hot Pink

📋 copy color: '#F75DBA'

red 247 ◦ green 93 ◦ blue 186

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

Shades of Hot Pink #F75DBA

Tints of Hot Pink #F75DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 46.96%
G = 17.68%
B = 35.36%

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

#F75DBA (or 0xF75DBA) is known color: Hot Pink. HEX triplet: F7, 5D and BA. RGB value is (247,93,186). Sum of RGB (Red+Green+Blue) = 247+93+186=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DBA is #08A245. Grayscale: #959595. Windows color (decimal): -565830 or 12213751. OLE color: 12213751.

HSL color Cylindrical-coordinate representation of color #F75DBA: hue angle of 323.77º 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 #F75DBA is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 186 -
CMYK 0 0.62 0.25 0.03
HSL 323.77º 0.91% 0.67% -
HSV(B) 323.77º 0.62% 0.97% -
XYZ 51.14 31.15 49.77 -
YUV 149.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 247 93 186 0 0.62 0.25 0.03 323.77 0.91 0.67
Hex F7 5D BA 0 3E 19 3 144 5B 43
Octal 367 135 272 0 76 31 3 504 133 103
Binary 11110111 1011101 10111010 0 111110 11001 11 101000100 1011011 1000011

Color Harmonies of #F75DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DBA

Black with #F75DBA

Text Example


Text Example

White with #F75DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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