Html Css Color HEX #FF6775 Wild Watermelon

📋 copy color: '#FF6775'

red 255 ◦ green 103 ◦ blue 117

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

Shades of Wild Watermelon #FF6775

Tints of Wild Watermelon #FF6775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.68%

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

R = 53.68%
G = 21.68%
B = 24.63%

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

#FF6775 (or 0xFF6775) is known color: Wild Watermelon. HEX triplet: FF, 67 and 75. RGB value is (255,103,117). Sum of RGB (Red+Green+Blue) = 255+103+117=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6775 is #00988A. Grayscale: #969696. Windows color (decimal): -39051 or 7694335. OLE color: 7694335.

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

Color convert

RGB 255 103 117 -
CMYK 0 0.60 0.54 0
HSL 354.47º 1% 0.7% -
HSV(B) 354.47º 0.6% 1% -
XYZ 49.3 32.24 20.46 -
YUV 150.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 255 103 117 0 0.60 0.54 0 354.47 1 0.7
Hex FF 67 75 0 3C 36 0 162 64 46
Octal 377 147 165 0 74 66 0 542 144 106
Binary 11111111 1100111 1110101 0 111100 110110 0 101100010 1100100 1000110

Color Harmonies of #FF6775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6775

Black with #FF6775

Text Example


Text Example

White with #FF6775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6775; }

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

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

background-color css

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

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

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

border-color css

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

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

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