Html Css Color HEX #FF1175 Deep Pink

📋 copy color: '#FF1175'

red 255 ◦ green 17 ◦ blue 117

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

Shades of Deep Pink #FF1175

Tints of Deep Pink #FF1175

RGB

 RED value IS 255 (100% from 255) = 65.55%

 GREEN value IS 17 (7.03% from 255) = 4.37%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 65.55%
G = 4.37%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF1175 (or 0xFF1175) is known color: Deep Pink. HEX triplet: FF, 11 and 75. RGB value is (255,17,117). Sum of RGB (Red+Green+Blue) = 255+17+117=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1175 is #00EE8A. Grayscale: #636363. Windows color (decimal): -61067 or 7672319. OLE color: 7672319.

HSL color Cylindrical-coordinate representation of color #FF1175: hue angle of 334.79º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1175 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 17 117 -
CMYK 0 0.93 0.54 0
HSL 334.79º 1% 0.53% -
HSV(B) 334.79º 0.93% 1% -
XYZ 44.65 22.95 18.91 -
YUV 99.56 137.85 238.87 -
System Red Green Blue C M Y K H S L
Decimal 255 17 117 0 0.93 0.54 0 334.79 1 0.53
Hex FF 11 75 0 5D 36 0 14F 64 35
Octal 377 21 165 0 135 66 0 517 144 65
Binary 11111111 10001 1110101 0 1011101 110110 0 101001111 1100100 110101

Color Harmonies of #FF1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1175

Black with #FF1175

Text Example


Text Example

White with #FF1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1175; }

 p { color: rgb(255,17,117); }

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

background-color css

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

 a { background-color: rgb(255,17,117); }

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

border-color css

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

 span { border-color: rgb(255,17,117); }

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