Html Css Color HEX #FF5266 Wild Watermelon

📋 copy color: '#FF5266'

red 255 ◦ green 82 ◦ blue 102

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

Shades of Wild Watermelon #FF5266

Tints of Wild Watermelon #FF5266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 58.09%
G = 18.68%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF5266 (or 0xFF5266) is known color: Wild Watermelon. HEX triplet: FF, 52 and 66. RGB value is (255,82,102). Sum of RGB (Red+Green+Blue) = 255+82+102=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5266 is #00AD99. Grayscale: #888888. Windows color (decimal): -44442 or 6705919. OLE color: 6705919.

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

Color convert

RGB 255 82 102 -
CMYK 0 0.68 0.6 0
HSL 353.06º 1% 0.66% -
HSV(B) 353.06º 0.68% 1% -
XYZ 46.66 28.25 15.56 -
YUV 136.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 255 82 102 0 0.68 0.6 0 353.06 1 0.66
Hex FF 52 66 0 44 3C 0 161 64 42
Octal 377 122 146 0 104 74 0 541 144 102
Binary 11111111 1010010 1100110 0 1000100 111100 0 101100001 1100100 1000010

Color Harmonies of #FF5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5266

Black with #FF5266

Text Example


Text Example

White with #FF5266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5266; }

 p { color: rgb(255,82,102); }

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

background-color css

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

 a { background-color: rgb(255,82,102); }

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

border-color css

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

 span { border-color: rgb(255,82,102); }

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