Html Css Color HEX #FD506A Wild Watermelon

📋 copy color: '#FD506A'

red 253 ◦ green 80 ◦ blue 106

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

Shades of Wild Watermelon #FD506A

Tints of Wild Watermelon #FD506A

RGB

 RED value IS 253 (99.22% from 255) = 57.63%

 GREEN value IS 80 (31.64% from 255) = 18.22%

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 57.63%
G = 18.22%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD506A (or 0xFD506A) is known color: Wild Watermelon. HEX triplet: FD, 50 and 6A. RGB value is (253,80,106). Sum of RGB (Red+Green+Blue) = 253+80+106=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD506A is #02AF95. Grayscale: #868686. Windows color (decimal): -176022 or 6967549. OLE color: 6967549.

HSL color Cylindrical-coordinate representation of color #FD506A: hue angle of 350.98º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD506A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 106 -
CMYK 0 0.68 0.58 0.01
HSL 350.98º 0.98% 0.65% -
HSV(B) 350.98º 0.68% 0.99% -
XYZ 45.98 27.66 16.55 -
YUV 134.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 253 80 106 0 0.68 0.58 0.01 350.98 0.98 0.65
Hex FD 50 6A 0 44 3A 1 15F 62 41
Octal 375 120 152 0 104 72 1 537 142 101
Binary 11111101 1010000 1101010 0 1000100 111010 1 101011111 1100010 1000001

Color Harmonies of #FD506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD506A

Black with #FD506A

Text Example


Text Example

White with #FD506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD506A; }

 p { color: rgb(253,80,106); }

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

background-color css

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

 a { background-color: rgb(253,80,106); }

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

border-color css

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

 span { border-color: rgb(253,80,106); }

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