Html Css Color HEX #FF4870 Wild Watermelon

📋 copy color: '#FF4870'

red 255 ◦ green 72 ◦ blue 112

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

Shades of Wild Watermelon #FF4870

Tints of Wild Watermelon #FF4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.4%

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

R = 58.09%
G = 16.4%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF4870 (or 0xFF4870) is known color: Wild Watermelon. HEX triplet: FF, 48 and 70. RGB value is (255,72,112). Sum of RGB (Red+Green+Blue) = 255+72+112=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4870 is #00B78F. Grayscale: #838383. Windows color (decimal): -46992 or 7358719. OLE color: 7358719.

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

Color convert

RGB 255 72 112 -
CMYK 0 0.72 0.56 0
HSL 346.89º 1% 0.64% -
HSV(B) 346.89º 0.72% 1% -
XYZ 46.48 27.06 18.1 -
YUV 131.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 255 72 112 0 0.72 0.56 0 346.89 1 0.64
Hex FF 48 70 0 48 38 0 15B 64 40
Octal 377 110 160 0 110 70 0 533 144 100
Binary 11111111 1001000 1110000 0 1001000 111000 0 101011011 1100100 1000000

Color Harmonies of #FF4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4870

Black with #FF4870

Text Example


Text Example

White with #FF4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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