Html Css Color HEX #FF6374 Wild Watermelon

📋 copy color: '#FF6374'

red 255 ◦ green 99 ◦ blue 116

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

Shades of Wild Watermelon #FF6374

Tints of Wild Watermelon #FF6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.06%

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 54.26%
G = 21.06%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF6374 (or 0xFF6374) is known color: Wild Watermelon. HEX triplet: FF, 63 and 74. RGB value is (255,99,116). Sum of RGB (Red+Green+Blue) = 255+99+116=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6374 is #009C8B. Grayscale: #939393. Windows color (decimal): -40076 or 7627775. OLE color: 7627775.

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

Color convert

RGB 255 99 116 -
CMYK 0 0.61 0.55 0
HSL 353.46º 1% 0.69% -
HSV(B) 353.46º 0.61% 1% -
XYZ 48.85 31.44 20.02 -
YUV 147.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 255 99 116 0 0.61 0.55 0 353.46 1 0.69
Hex FF 63 74 0 3D 37 0 161 64 45
Octal 377 143 164 0 75 67 0 541 144 105
Binary 11111111 1100011 1110100 0 111101 110111 0 101100001 1100100 1000101

Color Harmonies of #FF6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6374

Black with #FF6374

Text Example


Text Example

White with #FF6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6374; }

 p { color: rgb(255,99,116); }

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

background-color css

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

 a { background-color: rgb(255,99,116); }

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

border-color css

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

 span { border-color: rgb(255,99,116); }

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