Html Css Color HEX #F4526E Wild Watermelon

📋 copy color: '#F4526E'

red 244 ◦ green 82 ◦ blue 110

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

Shades of Wild Watermelon #F4526E

Tints of Wild Watermelon #F4526E

RGB

 RED value IS 244 (95.7% from 255) = 55.96%

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 110 (43.36% from 255) = 25.23%

R = 55.96%
G = 18.81%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4526E (or 0xF4526E) is known color: Wild Watermelon. HEX triplet: F4, 52 and 6E. RGB value is (244,82,110). Sum of RGB (Red+Green+Blue) = 244+82+110=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4526E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4526E is #0BAD91. Grayscale: #858585. Windows color (decimal): -765330 or 7230196. OLE color: 7230196.

HSL color Cylindrical-coordinate representation of color #F4526E: hue angle of 349.63º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4526E is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 82 110 -
CMYK 0 0.66 0.55 0.04
HSL 349.63º 0.88% 0.64% -
HSV(B) 349.63º 0.66% 0.96% -
XYZ 43.14 26.39 17.57 -
YUV 133.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 244 82 110 0 0.66 0.55 0.04 349.63 0.88 0.64
Hex F4 52 6E 0 42 37 4 15E 58 40
Octal 364 122 156 0 102 67 4 536 130 100
Binary 11110100 1010010 1101110 0 1000010 110111 100 101011110 1011000 1000000

Color Harmonies of #F4526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4526E

Black with #F4526E

Text Example


Text Example

White with #F4526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4526E; }

 p { color: rgb(244,82,110); }

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

background-color css

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

 a { background-color: rgb(244,82,110); }

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

border-color css

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

 span { border-color: rgb(244,82,110); }

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