Html Css Color HEX #FD505F Wild Watermelon

📋 copy color: '#FD505F'

red 253 ◦ green 80 ◦ blue 95

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

Shades of Wild Watermelon #FD505F

Tints of Wild Watermelon #FD505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 59.11%
G = 18.69%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD505F (or 0xFD505F) is known color: Wild Watermelon. HEX triplet: FD, 50 and 5F. RGB value is (253,80,95). Sum of RGB (Red+Green+Blue) = 253+80+95=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD505F is #02AFA0. Grayscale: #858585. Windows color (decimal): -176033 or 6246653. OLE color: 6246653.

HSL color Cylindrical-coordinate representation of color #FD505F: hue angle of 354.8º 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 #FD505F is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 95 -
CMYK 0 0.68 0.62 0.01
HSL 354.8º 0.98% 0.65% -
HSV(B) 354.8º 0.68% 0.99% -
XYZ 45.44 27.45 13.73 -
YUV 133.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 253 80 95 0 0.68 0.62 0.01 354.8 0.98 0.65
Hex FD 50 5F 0 44 3E 1 163 62 41
Octal 375 120 137 0 104 76 1 543 142 101
Binary 11111101 1010000 1011111 0 1000100 111110 1 101100011 1100010 1000001

Color Harmonies of #FD505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD505F

Black with #FD505F

Text Example


Text Example

White with #FD505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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