Html Css Color HEX #F2575A Wild Watermelon

📋 copy color: '#F2575A'

red 242 ◦ green 87 ◦ blue 90

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

Shades of Wild Watermelon #F2575A

Tints of Wild Watermelon #F2575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 57.76%
G = 20.76%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2575A (or 0xF2575A) is known color: Wild Watermelon. HEX triplet: F2, 57 and 5A. RGB value is (242,87,90). Sum of RGB (Red+Green+Blue) = 242+87+90=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2575A is #0DA8A5. Grayscale: #858585. Windows color (decimal): -895142 or 5920754. OLE color: 5920754.

HSL color Cylindrical-coordinate representation of color #F2575A: hue angle of 358.84º 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 #F2575A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 87 90 -
CMYK 0 0.64 0.63 0.05
HSL 358.84º 0.86% 0.65% -
HSV(B) 358.84º 0.64% 0.95% -
XYZ 41.87 26.43 12.57 -
YUV 133.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 242 87 90 0 0.64 0.63 0.05 358.84 0.86 0.65
Hex F2 57 5A 0 40 3F 5 167 56 41
Octal 362 127 132 0 100 77 5 547 126 101
Binary 11110010 1010111 1011010 0 1000000 111111 101 101100111 1010110 1000001

Color Harmonies of #F2575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2575A

Black with #F2575A

Text Example


Text Example

White with #F2575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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