Html Css Color HEX #FF5C6F Wild Watermelon

📋 copy color: '#FF5C6F'

red 255 ◦ green 92 ◦ blue 111

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

Shades of Wild Watermelon #FF5C6F

Tints of Wild Watermelon #FF5C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 55.68%
G = 20.09%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF5C6F (or 0xFF5C6F) is known color: Wild Watermelon. HEX triplet: FF, 5C and 6F. RGB value is (255,92,111). Sum of RGB (Red+Green+Blue) = 255+92+111=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5C6F is #00A390. Grayscale: #8E8E8E. Windows color (decimal): -41873 or 7298303. OLE color: 7298303.

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

Color convert

RGB 255 92 111 -
CMYK 0 0.64 0.56 0
HSL 353.01º 1% 0.68% -
HSV(B) 353.01º 0.64% 1% -
XYZ 47.94 30.06 18.31 -
YUV 142.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 255 92 111 0 0.64 0.56 0 353.01 1 0.68
Hex FF 5C 6F 0 40 38 0 161 64 44
Octal 377 134 157 0 100 70 0 541 144 104
Binary 11111111 1011100 1101111 0 1000000 111000 0 101100001 1100100 1000100

Color Harmonies of #FF5C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5C6F

Black with #FF5C6F

Text Example


Text Example

White with #FF5C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5C6F; }

 p { color: rgb(255,92,111); }

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

background-color css

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

 a { background-color: rgb(255,92,111); }

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

border-color css

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

 span { border-color: rgb(255,92,111); }

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