Html Css Color HEX #FF4970 Wild Watermelon

📋 copy color: '#FF4970'

red 255 ◦ green 73 ◦ blue 112

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

Shades of Wild Watermelon #FF4970

Tints of Wild Watermelon #FF4970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 57.95%
G = 16.59%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF4970 (or 0xFF4970) is known color: Wild Watermelon. HEX triplet: FF, 49 and 70. RGB value is (255,73,112). Sum of RGB (Red+Green+Blue) = 255+73+112=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4970 is #00B68F. Grayscale: #838383. Windows color (decimal): -46736 or 7358975. OLE color: 7358975.

HSL color Cylindrical-coordinate representation of color #FF4970: hue angle of 347.14º 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 #FF4970 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 73 112 -
CMYK 0 0.71 0.56 0
HSL 347.14º 1% 0.64% -
HSV(B) 347.14º 0.71% 1% -
XYZ 46.55 27.19 18.13 -
YUV 131.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 255 73 112 0 0.71 0.56 0 347.14 1 0.64
Hex FF 49 70 0 47 38 0 15B 64 40
Octal 377 111 160 0 107 70 0 533 144 100
Binary 11111111 1001001 1110000 0 1000111 111000 0 101011011 1100100 1000000

Color Harmonies of #FF4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4970

Black with #FF4970

Text Example


Text Example

White with #FF4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4970; }

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

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

background-color css

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

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

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

border-color css

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

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

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