Html Css Color HEX #FD4C65 Wild Watermelon

📋 copy color: '#FD4C65'

red 253 ◦ green 76 ◦ blue 101

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

Shades of Wild Watermelon #FD4C65

Tints of Wild Watermelon #FD4C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.67%

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 58.84%
G = 17.67%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD4C65 (or 0xFD4C65) is known color: Wild Watermelon. HEX triplet: FD, 4C and 65. RGB value is (253,76,101). Sum of RGB (Red+Green+Blue) = 253+76+101=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C65 is #02B39A. Grayscale: #838383. Windows color (decimal): -177051 or 6638845. OLE color: 6638845.

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

Color convert

RGB 253 76 101 -
CMYK 0 0.70 0.60 0.01
HSL 351.53º 0.98% 0.65% -
HSV(B) 351.53º 0.7% 0.99% -
XYZ 45.44 26.99 15.13 -
YUV 131.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 253 76 101 0 0.70 0.60 0.01 351.53 0.98 0.65
Hex FD 4C 65 0 46 3C 1 160 62 41
Octal 375 114 145 0 106 74 1 540 142 101
Binary 11111101 1001100 1100101 0 1000110 111100 1 101100000 1100010 1000001

Color Harmonies of #FD4C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C65

Black with #FD4C65

Text Example


Text Example

White with #FD4C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C65; }

 p { color: rgb(253,76,101); }

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

background-color css

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

 a { background-color: rgb(253,76,101); }

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

border-color css

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

 span { border-color: rgb(253,76,101); }

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