Html Css Color HEX #FF5475 Wild Watermelon

📋 copy color: '#FF5475'

red 255 ◦ green 84 ◦ blue 117

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

Shades of Wild Watermelon #FF5475

Tints of Wild Watermelon #FF5475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.42%

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

R = 55.92%
G = 18.42%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF5475 (or 0xFF5475) is known color: Wild Watermelon. HEX triplet: FF, 54 and 75. RGB value is (255,84,117). Sum of RGB (Red+Green+Blue) = 255+84+117=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5475 is #00AB8A. Grayscale: #8A8A8A. Windows color (decimal): -43915 or 7689471. OLE color: 7689471.

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

Color convert

RGB 255 84 117 -
CMYK 0 0.67 0.54 0
HSL 348.42º 1% 0.66% -
HSV(B) 348.42º 0.67% 1% -
XYZ 47.62 28.89 19.9 -
YUV 138.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 255 84 117 0 0.67 0.54 0 348.42 1 0.66
Hex FF 54 75 0 43 36 0 15C 64 42
Octal 377 124 165 0 103 66 0 534 144 102
Binary 11111111 1010100 1110101 0 1000011 110110 0 101011100 1100100 1000010

Color Harmonies of #FF5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5475

Black with #FF5475

Text Example


Text Example

White with #FF5475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5475; }

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

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

background-color css

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

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

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

border-color css

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

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

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