Html Css Color HEX #FF4975 Wild Watermelon

📋 copy color: '#FF4975'

red 255 ◦ green 73 ◦ blue 117

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

Shades of Wild Watermelon #FF4975

Tints of Wild Watermelon #FF4975

RGB

 RED value IS 255 (100% from 255) = 57.3%

 GREEN value IS 73 (28.91% from 255) = 16.4%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 57.3%
G = 16.4%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF4975 (or 0xFF4975) is known color: Wild Watermelon. HEX triplet: FF, 49 and 75. RGB value is (255,73,117). Sum of RGB (Red+Green+Blue) = 255+73+117=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4975 is #00B68A. Grayscale: #848484. Windows color (decimal): -46731 or 7686655. OLE color: 7686655.

HSL color Cylindrical-coordinate representation of color #FF4975: hue angle of 345.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4975 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 73 117 -
CMYK 0 0.71 0.54 0
HSL 345.49º 1% 0.64% -
HSV(B) 345.49º 0.71% 1% -
XYZ 46.83 27.31 19.63 -
YUV 132.43 119.3 215.42 -
System Red Green Blue C M Y K H S L
Decimal 255 73 117 0 0.71 0.54 0 345.49 1 0.64
Hex FF 49 75 0 47 36 0 159 64 40
Octal 377 111 165 0 107 66 0 531 144 100
Binary 11111111 1001001 1110101 0 1000111 110110 0 101011001 1100100 1000000

Color Harmonies of #FF4975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4975

Black with #FF4975

Text Example


Text Example

White with #FF4975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4975; }

 p { color: rgb(255,73,117); }

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

background-color css

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

 a { background-color: rgb(255,73,117); }

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

border-color css

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

 span { border-color: rgb(255,73,117); }

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