Html Css Color HEX #FF4875 Wild Watermelon

📋 copy color: '#FF4875'

red 255 ◦ green 72 ◦ blue 117

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

Shades of Wild Watermelon #FF4875

Tints of Wild Watermelon #FF4875

RGB

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

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

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

R = 57.43%
G = 16.22%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF4875 (or 0xFF4875) is known color: Wild Watermelon. HEX triplet: FF, 48 and 75. RGB value is (255,72,117). Sum of RGB (Red+Green+Blue) = 255+72+117=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4875 is #00B78A. Grayscale: #838383. Windows color (decimal): -46987 or 7686399. OLE color: 7686399.

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

Color convert

RGB 255 72 117 -
CMYK 0 0.72 0.54 0
HSL 345.25º 1% 0.64% -
HSV(B) 345.25º 0.72% 1% -
XYZ 46.77 27.18 19.61 -
YUV 131.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 255 72 117 0 0.72 0.54 0 345.25 1 0.64
Hex FF 48 75 0 48 36 0 159 64 40
Octal 377 110 165 0 110 66 0 531 144 100
Binary 11111111 1001000 1110101 0 1001000 110110 0 101011001 1100100 1000000

Color Harmonies of #FF4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4875

Black with #FF4875

Text Example


Text Example

White with #FF4875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4875; }

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

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

background-color css

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

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

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

border-color css

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

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

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