Html Css Color HEX #FF6575 Wild Watermelon

📋 copy color: '#FF6575'

red 255 ◦ green 101 ◦ blue 117

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

Shades of Wild Watermelon #FF6575

Tints of Wild Watermelon #FF6575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.35%

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

R = 53.91%
G = 21.35%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF6575 (or 0xFF6575) is known color: Wild Watermelon. HEX triplet: FF, 65 and 75. RGB value is (255,101,117). Sum of RGB (Red+Green+Blue) = 255+101+117=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6575 is #009A8A. Grayscale: #949494. Windows color (decimal): -39563 or 7693823. OLE color: 7693823.

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

Color convert

RGB 255 101 117 -
CMYK 0 0.60 0.54 0
HSL 353.77º 1% 0.7% -
HSV(B) 353.77º 0.6% 1% -
XYZ 49.1 31.85 20.39 -
YUV 148.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 255 101 117 0 0.60 0.54 0 353.77 1 0.7
Hex FF 65 75 0 3C 36 0 162 64 46
Octal 377 145 165 0 74 66 0 542 144 106
Binary 11111111 1100101 1110101 0 111100 110110 0 101100010 1100100 1000110

Color Harmonies of #FF6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6575

Black with #FF6575

Text Example


Text Example

White with #FF6575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6575; }

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

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

background-color css

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

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

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

border-color css

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

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

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