Html Css Color HEX #F2575E Wild Watermelon

📋 copy color: '#F2575E'

red 242 ◦ green 87 ◦ blue 94

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

Shades of Wild Watermelon #F2575E

Tints of Wild Watermelon #F2575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.57%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 57.21%
G = 20.57%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2575E (or 0xF2575E) is known color: Wild Watermelon. HEX triplet: F2, 57 and 5E. RGB value is (242,87,94). Sum of RGB (Red+Green+Blue) = 242+87+94=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2575E is #0DA8A1. Grayscale: #868686. Windows color (decimal): -895138 or 6182898. OLE color: 6182898.

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

Color convert

RGB 242 87 94 -
CMYK 0 0.64 0.61 0.05
HSL 357.29º 0.86% 0.65% -
HSV(B) 357.29º 0.64% 0.95% -
XYZ 42.05 26.5 13.49 -
YUV 134.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 242 87 94 0 0.64 0.61 0.05 357.29 0.86 0.65
Hex F2 57 5E 0 40 3D 5 165 56 41
Octal 362 127 136 0 100 75 5 545 126 101
Binary 11110010 1010111 1011110 0 1000000 111101 101 101100101 1010110 1000001

Color Harmonies of #F2575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2575E

Black with #F2575E

Text Example


Text Example

White with #F2575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2575E; }

 p { color: rgb(242,87,94); }

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

background-color css

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

 a { background-color: rgb(242,87,94); }

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

border-color css

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

 span { border-color: rgb(242,87,94); }

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