Html Css Color HEX #FF1875 Deep Pink

📋 copy color: '#FF1875'

red 255 ◦ green 24 ◦ blue 117

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

Shades of Deep Pink #FF1875

Tints of Deep Pink #FF1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.06%

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

R = 64.39%
G = 6.06%
B = 29.55%

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

#FF1875 (or 0xFF1875) is known color: Deep Pink. HEX triplet: FF, 18 and 75. RGB value is (255,24,117). Sum of RGB (Red+Green+Blue) = 255+24+117=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1875 is #00E78A. Grayscale: #676767. Windows color (decimal): -59275 or 7674111. OLE color: 7674111.

HSL color Cylindrical-coordinate representation of color #FF1875: hue angle of 335.84º 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 #FF1875 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 24 117 -
CMYK 0 0.91 0.54 0
HSL 335.84º 1% 0.55% -
HSV(B) 335.84º 0.91% 1% -
XYZ 44.78 23.2 18.95 -
YUV 103.67 135.53 235.94 -
System Red Green Blue C M Y K H S L
Decimal 255 24 117 0 0.91 0.54 0 335.84 1 0.55
Hex FF 18 75 0 5B 36 0 150 64 37
Octal 377 30 165 0 133 66 0 520 144 67
Binary 11111111 11000 1110101 0 1011011 110110 0 101010000 1100100 110111

Color Harmonies of #FF1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1875

Black with #FF1875

Text Example


Text Example

White with #FF1875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1875; }

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

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

background-color css

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

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

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

border-color css

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

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

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