Html Css Color HEX #FF1775 Deep Pink

📋 copy color: '#FF1775'

red 255 ◦ green 23 ◦ blue 117

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

Shades of Deep Pink #FF1775

Tints of Deep Pink #FF1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.82%

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

R = 64.56%
G = 5.82%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF1775 (or 0xFF1775) is known color: Deep Pink. HEX triplet: FF, 17 and 75. RGB value is (255,23,117). Sum of RGB (Red+Green+Blue) = 255+23+117=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1775 is #00E88A. Grayscale: #666666. Windows color (decimal): -59531 or 7673855. OLE color: 7673855.

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

Color convert

RGB 255 23 117 -
CMYK 0 0.91 0.54 0
HSL 335.69º 1% 0.55% -
HSV(B) 335.69º 0.91% 1% -
XYZ 44.76 23.16 18.94 -
YUV 103.08 135.86 236.36 -
System Red Green Blue C M Y K H S L
Decimal 255 23 117 0 0.91 0.54 0 335.69 1 0.55
Hex FF 17 75 0 5B 36 0 150 64 37
Octal 377 27 165 0 133 66 0 520 144 67
Binary 11111111 10111 1110101 0 1011011 110110 0 101010000 1100100 110111

Color Harmonies of #FF1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1775

Black with #FF1775

Text Example


Text Example

White with #FF1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1775; }

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

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

background-color css

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

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

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

border-color css

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

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

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