Html Css Color HEX #FF6175 Wild Watermelon

📋 copy color: '#FF6175'

red 255 ◦ green 97 ◦ blue 117

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

Shades of Wild Watermelon #FF6175

Tints of Wild Watermelon #FF6175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.68%

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

R = 54.37%
G = 20.68%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF6175 (or 0xFF6175) is known color: Wild Watermelon. HEX triplet: FF, 61 and 75. RGB value is (255,97,117). Sum of RGB (Red+Green+Blue) = 255+97+117=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6175 is #009E8A. Grayscale: #929292. Windows color (decimal): -40587 or 7692799. OLE color: 7692799.

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

Color convert

RGB 255 97 117 -
CMYK 0 0.62 0.54 0
HSL 352.41º 1% 0.69% -
HSV(B) 352.41º 0.62% 1% -
XYZ 48.73 31.09 20.26 -
YUV 146.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 255 97 117 0 0.62 0.54 0 352.41 1 0.69
Hex FF 61 75 0 3E 36 0 160 64 45
Octal 377 141 165 0 76 66 0 540 144 105
Binary 11111111 1100001 1110101 0 111110 110110 0 101100000 1100100 1000101

Color Harmonies of #FF6175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6175

Black with #FF6175

Text Example


Text Example

White with #FF6175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6175; }

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

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

background-color css

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

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

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

border-color css

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

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

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