Html Css Color HEX #FF6874 Wild Watermelon

📋 copy color: '#FF6874'

red 255 ◦ green 104 ◦ blue 116

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

Shades of Wild Watermelon #FF6874

Tints of Wild Watermelon #FF6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

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

R = 53.68%
G = 21.89%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF6874 (or 0xFF6874) is known color: Wild Watermelon. HEX triplet: FF, 68 and 74. RGB value is (255,104,116). Sum of RGB (Red+Green+Blue) = 255+104+116=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6874 is #00978B. Grayscale: #969696. Windows color (decimal): -38796 or 7629055. OLE color: 7629055.

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

Color convert

RGB 255 104 116 -
CMYK 0 0.59 0.55 0
HSL 355.23º 1% 0.7% -
HSV(B) 355.23º 0.59% 1% -
XYZ 49.34 32.42 20.18 -
YUV 150.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 255 104 116 0 0.59 0.55 0 355.23 1 0.7
Hex FF 68 74 0 3B 37 0 163 64 46
Octal 377 150 164 0 73 67 0 543 144 106
Binary 11111111 1101000 1110100 0 111011 110111 0 101100011 1100100 1000110

Color Harmonies of #FF6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6874

Black with #FF6874

Text Example


Text Example

White with #FF6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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