Html Css Color HEX #FD466F Wild Watermelon

📋 copy color: '#FD466F'

red 253 ◦ green 70 ◦ blue 111

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

Shades of Wild Watermelon #FD466F

Tints of Wild Watermelon #FD466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

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

R = 58.29%
G = 16.13%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD466F (or 0xFD466F) is known color: Wild Watermelon. HEX triplet: FD, 46 and 6F. RGB value is (253,70,111). Sum of RGB (Red+Green+Blue) = 253+70+111=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD466F is #02B990. Grayscale: #818181. Windows color (decimal): -178577 or 7292669. OLE color: 7292669.

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

Color convert

RGB 253 70 111 -
CMYK 0 0.72 0.56 0.01
HSL 346.56º 0.98% 0.63% -
HSV(B) 346.56º 0.72% 0.99% -
XYZ 45.57 26.41 17.74 -
YUV 129.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 253 70 111 0 0.72 0.56 0.01 346.56 0.98 0.63
Hex FD 46 6F 0 48 38 1 15B 62 3F
Octal 375 106 157 0 110 70 1 533 142 77
Binary 11111101 1000110 1101111 0 1001000 111000 1 101011011 1100010 111111

Color Harmonies of #FD466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD466F

Black with #FD466F

Text Example


Text Example

White with #FD466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD466F; }

 p { color: rgb(253,70,111); }

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

background-color css

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

 a { background-color: rgb(253,70,111); }

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

border-color css

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

 span { border-color: rgb(253,70,111); }

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