Html Css Color HEX #F05674 Wild Watermelon

📋 copy color: '#F05674'

red 240 ◦ green 86 ◦ blue 116

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

Shades of Wild Watermelon #F05674

Tints of Wild Watermelon #F05674

RGB

 RED value IS 240 (94.14% from 255) = 54.3%

 GREEN value IS 86 (33.98% from 255) = 19.46%

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

R = 54.3%
G = 19.46%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F05674 (or 0xF05674) is known color: Wild Watermelon. HEX triplet: F0, 56 and 74. RGB value is (240,86,116). Sum of RGB (Red+Green+Blue) = 240+86+116=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F05674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05674 is #0FA98B. Grayscale: #878787. Windows color (decimal): -1026444 or 7624432. OLE color: 7624432.

HSL color Cylindrical-coordinate representation of color #F05674: hue angle of 348.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05674 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 116 -
CMYK 0 0.64 0.52 0.06
HSL 348.31º 0.84% 0.64% -
HSV(B) 348.31º 0.64% 0.94% -
XYZ 42.42 26.44 19.39 -
YUV 135.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 240 86 116 0 0.64 0.52 0.06 348.31 0.84 0.64
Hex F0 56 74 0 40 34 6 15C 54 40
Octal 360 126 164 0 100 64 6 534 124 100
Binary 11110000 1010110 1110100 0 1000000 110100 110 101011100 1010100 1000000

Color Harmonies of #F05674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05674

Black with #F05674

Text Example


Text Example

White with #F05674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05674; }

 p { color: rgb(240,86,116); }

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

background-color css

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

 a { background-color: rgb(240,86,116); }

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

border-color css

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

 span { border-color: rgb(240,86,116); }

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