Html Css Color HEX #FF6073 Wild Watermelon

📋 copy color: '#FF6073'

red 255 ◦ green 96 ◦ blue 115

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

Shades of Wild Watermelon #FF6073

Tints of Wild Watermelon #FF6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.6%

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 54.72%
G = 20.6%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF6073 (or 0xFF6073) is known color: Wild Watermelon. HEX triplet: FF, 60 and 73. RGB value is (255,96,115). Sum of RGB (Red+Green+Blue) = 255+96+115=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6073 is #009F8C. Grayscale: #919191. Windows color (decimal): -40845 or 7561471. OLE color: 7561471.

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

Color convert

RGB 255 96 115 -
CMYK 0 0.62 0.55 0
HSL 352.83º 1% 0.69% -
HSV(B) 352.83º 0.62% 1% -
XYZ 48.52 30.86 19.62 -
YUV 145.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 255 96 115 0 0.62 0.55 0 352.83 1 0.69
Hex FF 60 73 0 3E 37 0 161 64 45
Octal 377 140 163 0 76 67 0 541 144 105
Binary 11111111 1100000 1110011 0 111110 110111 0 101100001 1100100 1000101

Color Harmonies of #FF6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6073

Black with #FF6073

Text Example


Text Example

White with #FF6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6073; }

 p { color: rgb(255,96,115); }

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

background-color css

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

 a { background-color: rgb(255,96,115); }

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

border-color css

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

 span { border-color: rgb(255,96,115); }

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