Html Css Color HEX #F1575C Wild Watermelon

📋 copy color: '#F1575C'

red 241 ◦ green 87 ◦ blue 92

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

Shades of Wild Watermelon #F1575C

Tints of Wild Watermelon #F1575C

RGB

 RED value IS 241 (94.53% from 255) = 57.38%

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

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 57.38%
G = 20.71%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1575C (or 0xF1575C) is known color: Wild Watermelon. HEX triplet: F1, 57 and 5C. RGB value is (241,87,92). Sum of RGB (Red+Green+Blue) = 241+87+92=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1575C is #0EA8A3. Grayscale: #858585. Windows color (decimal): -960676 or 6051825. OLE color: 6051825.

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

Color convert

RGB 241 87 92 -
CMYK 0 0.64 0.62 0.05
HSL 358.05º 0.85% 0.64% -
HSV(B) 358.05º 0.64% 0.95% -
XYZ 41.62 26.29 13.01 -
YUV 133.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 241 87 92 0 0.64 0.62 0.05 358.05 0.85 0.64
Hex F1 57 5C 0 40 3E 5 166 55 40
Octal 361 127 134 0 100 76 5 546 125 100
Binary 11110001 1010111 1011100 0 1000000 111110 101 101100110 1010101 1000000

Color Harmonies of #F1575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1575C

Black with #F1575C

Text Example


Text Example

White with #F1575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1575C; }

 p { color: rgb(241,87,92); }

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

background-color css

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

 a { background-color: rgb(241,87,92); }

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

border-color css

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

 span { border-color: rgb(241,87,92); }

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