Html Css Color HEX #FD607A Wild Watermelon

📋 copy color: '#FD607A'

red 253 ◦ green 96 ◦ blue 122

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

Shades of Wild Watermelon #FD607A

Tints of Wild Watermelon #FD607A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.38%

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 53.72%
G = 20.38%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD607A (or 0xFD607A) is known color: Wild Watermelon. HEX triplet: FD, 60 and 7A. RGB value is (253,96,122). Sum of RGB (Red+Green+Blue) = 253+96+122=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD607A is #029F85. Grayscale: #919191. Windows color (decimal): -171910 or 8020221. OLE color: 8020221.

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

Color convert

RGB 253 96 122 -
CMYK 0 0.62 0.52 0.01
HSL 350.06º 0.98% 0.68% -
HSV(B) 350.06º 0.62% 0.99% -
XYZ 48.2 30.65 21.79 -
YUV 145.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 253 96 122 0 0.62 0.52 0.01 350.06 0.98 0.68
Hex FD 60 7A 0 3E 34 1 15E 62 44
Octal 375 140 172 0 76 64 1 536 142 104
Binary 11111101 1100000 1111010 0 111110 110100 1 101011110 1100010 1000100

Color Harmonies of #FD607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD607A

Black with #FD607A

Text Example


Text Example

White with #FD607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD607A; }

 p { color: rgb(253,96,122); }

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

background-color css

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

 a { background-color: rgb(253,96,122); }

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

border-color css

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

 span { border-color: rgb(253,96,122); }

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