Html Css Color HEX #FF4475 Wild Watermelon

📋 copy color: '#FF4475'

red 255 ◦ green 68 ◦ blue 117

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

Shades of Wild Watermelon #FF4475

Tints of Wild Watermelon #FF4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.45%

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

R = 57.95%
G = 15.45%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF4475 (or 0xFF4475) is known color: Wild Watermelon. HEX triplet: FF, 44 and 75. RGB value is (255,68,117). Sum of RGB (Red+Green+Blue) = 255+68+117=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4475 is #00BB8A. Grayscale: #818181. Windows color (decimal): -48011 or 7685375. OLE color: 7685375.

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

Color convert

RGB 255 68 117 -
CMYK 0 0.73 0.54 0
HSL 344.28º 1% 0.63% -
HSV(B) 344.28º 0.73% 1% -
XYZ 46.52 26.68 19.53 -
YUV 129.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 255 68 117 0 0.73 0.54 0 344.28 1 0.63
Hex FF 44 75 0 49 36 0 158 64 3F
Octal 377 104 165 0 111 66 0 530 144 77
Binary 11111111 1000100 1110101 0 1001001 110110 0 101011000 1100100 111111

Color Harmonies of #FF4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4475

Black with #FF4475

Text Example


Text Example

White with #FF4475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4475; }

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

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

background-color css

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

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

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

border-color css

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

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

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