Html Css Color HEX #FF6A75 Wild Watermelon

📋 copy color: '#FF6A75'

red 255 ◦ green 106 ◦ blue 117

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

Shades of Wild Watermelon #FF6A75

Tints of Wild Watermelon #FF6A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

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

R = 53.35%
G = 22.18%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF6A75 (or 0xFF6A75) is known color: Wild Watermelon. HEX triplet: FF, 6A and 75. RGB value is (255,106,117). Sum of RGB (Red+Green+Blue) = 255+106+117=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A75 is #00958A. Grayscale: #979797. Windows color (decimal): -38283 or 7695103. OLE color: 7695103.

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

Color convert

RGB 255 106 117 -
CMYK 0 0.58 0.54 0
HSL 355.57º 1% 0.71% -
HSV(B) 355.57º 0.58% 1% -
XYZ 49.6 32.85 20.56 -
YUV 151.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 255 106 117 0 0.58 0.54 0 355.57 1 0.71
Hex FF 6A 75 0 3A 36 0 164 64 47
Octal 377 152 165 0 72 66 0 544 144 107
Binary 11111111 1101010 1110101 0 111010 110110 0 101100100 1100100 1000111

Color Harmonies of #FF6A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A75

Black with #FF6A75

Text Example


Text Example

White with #FF6A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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