Html Css Color HEX #FF6074 Wild Watermelon

📋 copy color: '#FF6074'

red 255 ◦ green 96 ◦ blue 116

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

Shades of Wild Watermelon #FF6074

Tints of Wild Watermelon #FF6074

RGB

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

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

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

R = 54.6%
G = 20.56%
B = 24.84%

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

#FF6074 (or 0xFF6074) is known color: Wild Watermelon. HEX triplet: FF, 60 and 74. RGB value is (255,96,116). Sum of RGB (Red+Green+Blue) = 255+96+116=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6074 is #009F8B. Grayscale: #919191. Windows color (decimal): -40844 or 7627007. OLE color: 7627007.

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

Color convert

RGB 255 96 116 -
CMYK 0 0.62 0.55 0
HSL 352.45º 1% 0.69% -
HSV(B) 352.45º 0.62% 1% -
XYZ 48.58 30.89 19.92 -
YUV 145.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 255 96 116 0 0.62 0.55 0 352.45 1 0.69
Hex FF 60 74 0 3E 37 0 160 64 45
Octal 377 140 164 0 76 67 0 540 144 105
Binary 11111111 1100000 1110100 0 111110 110111 0 101100000 1100100 1000101

Color Harmonies of #FF6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6074

Black with #FF6074

Text Example


Text Example

White with #FF6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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