Html Css Color HEX #F4527A Wild Watermelon

📋 copy color: '#F4527A'

red 244 ◦ green 82 ◦ blue 122

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

Shades of Wild Watermelon #F4527A

Tints of Wild Watermelon #F4527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 54.46%
G = 18.3%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F4527A (or 0xF4527A) is known color: Wild Watermelon. HEX triplet: F4, 52 and 7A. RGB value is (244,82,122). Sum of RGB (Red+Green+Blue) = 244+82+122=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4527A is #0BAD85. Grayscale: #878787. Windows color (decimal): -765318 or 8016628. OLE color: 8016628.

HSL color Cylindrical-coordinate representation of color #F4527A: hue angle of 345.19º 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 #F4527A is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 82 122 -
CMYK 0 0.66 0.5 0.04
HSL 345.19º 0.88% 0.64% -
HSV(B) 345.19º 0.66% 0.96% -
XYZ 43.84 26.67 21.25 -
YUV 135 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 244 82 122 0 0.66 0.5 0.04 345.19 0.88 0.64
Hex F4 52 7A 0 42 32 4 159 58 40
Octal 364 122 172 0 102 62 4 531 130 100
Binary 11110100 1010010 1111010 0 1000010 110010 100 101011001 1011000 1000000

Color Harmonies of #F4527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4527A

Black with #F4527A

Text Example


Text Example

White with #F4527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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