Html Css Color HEX #FF0375 Deep Pink

📋 copy color: '#FF0375'

red 255 ◦ green 3 ◦ blue 117

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

Shades of Deep Pink #FF0375

Tints of Deep Pink #FF0375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 68%
G = 0.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF0375 (or 0xFF0375) is known color: Deep Pink. HEX triplet: FF, 03 and 75. RGB value is (255,3,117). Sum of RGB (Red+Green+Blue) = 255+3+117=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0375 is #00FC8A. Grayscale: #5B5B5B. Windows color (decimal): -64651 or 7668735. OLE color: 7668735.

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

Color convert

RGB 255 3 117 -
CMYK 0 0.99 0.54 0
HSL 332.86º 1% 0.51% -
HSV(B) 332.86º 0.99% 1% -
XYZ 44.48 22.61 18.85 -
YUV 91.34 142.49 244.73 -
System Red Green Blue C M Y K H S L
Decimal 255 3 117 0 0.99 0.54 0 332.86 1 0.51
Hex FF 3 75 0 63 36 0 14D 64 33
Octal 377 3 165 0 143 66 0 515 144 63
Binary 11111111 11 1110101 0 1100011 110110 0 101001101 1100100 110011

Color Harmonies of #FF0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0375

Black with #FF0375

Text Example


Text Example

White with #FF0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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