Html Css Color HEX #F45C7A Wild Watermelon

📋 copy color: '#F45C7A'

red 244 ◦ green 92 ◦ blue 122

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

Shades of Wild Watermelon #F45C7A

Tints of Wild Watermelon #F45C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

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

R = 53.28%
G = 20.09%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F45C7A (or 0xF45C7A) is known color: Wild Watermelon. HEX triplet: F4, 5C and 7A. RGB value is (244,92,122). Sum of RGB (Red+Green+Blue) = 244+92+122=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45C7A is #0BA385. Grayscale: #8C8C8C. Windows color (decimal): -762758 or 8019188. OLE color: 8019188.

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

Color convert

RGB 244 92 122 -
CMYK 0 0.62 0.5 0.04
HSL 348.16º 0.87% 0.66% -
HSV(B) 348.16º 0.62% 0.96% -
XYZ 44.65 28.29 21.52 -
YUV 140.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 244 92 122 0 0.62 0.5 0.04 348.16 0.87 0.66
Hex F4 5C 7A 0 3E 32 4 15C 57 42
Octal 364 134 172 0 76 62 4 534 127 102
Binary 11110100 1011100 1111010 0 111110 110010 100 101011100 1010111 1000010

Color Harmonies of #F45C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45C7A

Black with #F45C7A

Text Example


Text Example

White with #F45C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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