Html Css Color HEX #F2557A Wild Watermelon

📋 copy color: '#F2557A'

red 242 ◦ green 85 ◦ blue 122

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

Shades of Wild Watermelon #F2557A

Tints of Wild Watermelon #F2557A

RGB

 RED value IS 242 (94.92% from 255) = 53.9%

 GREEN value IS 85 (33.59% from 255) = 18.93%

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

R = 53.9%
G = 18.93%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2557A (or 0xF2557A) is known color: Wild Watermelon. HEX triplet: F2, 55 and 7A. RGB value is (242,85,122). Sum of RGB (Red+Green+Blue) = 242+85+122=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2557A is #0DAA85. Grayscale: #888888. Windows color (decimal): -895622 or 8017394. OLE color: 8017394.

HSL color Cylindrical-coordinate representation of color #F2557A: hue angle of 345.86º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2557A is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 122 -
CMYK 0 0.65 0.50 0.05
HSL 345.86º 0.86% 0.64% -
HSV(B) 345.86º 0.65% 0.95% -
XYZ 43.38 26.78 21.29 -
YUV 136.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 242 85 122 0 0.65 0.50 0.05 345.86 0.86 0.64
Hex F2 55 7A 0 41 32 5 15A 56 40
Octal 362 125 172 0 101 62 5 532 126 100
Binary 11110010 1010101 1111010 0 1000001 110010 101 101011010 1010110 1000000

Color Harmonies of #F2557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2557A

Black with #F2557A

Text Example


Text Example

White with #F2557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2557A; }

 p { color: rgb(242,85,122); }

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

background-color css

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

 a { background-color: rgb(242,85,122); }

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

border-color css

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

 span { border-color: rgb(242,85,122); }

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