Html Css Color HEX #F1525E Wild Watermelon

📋 copy color: '#F1525E'

red 241 ◦ green 82 ◦ blue 94

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

Shades of Wild Watermelon #F1525E

Tints of Wild Watermelon #F1525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

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

R = 57.79%
G = 19.66%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1525E (or 0xF1525E) is known color: Wild Watermelon. HEX triplet: F1, 52 and 5E. RGB value is (241,82,94). Sum of RGB (Red+Green+Blue) = 241+82+94=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1525E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1525E is #0EADA1. Grayscale: #838383. Windows color (decimal): -961954 or 6181617. OLE color: 6181617.

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

Color convert

RGB 241 82 94 -
CMYK 0 0.66 0.61 0.05
HSL 355.47º 0.85% 0.63% -
HSV(B) 355.47º 0.66% 0.95% -
XYZ 41.31 25.54 13.34 -
YUV 130.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 241 82 94 0 0.66 0.61 0.05 355.47 0.85 0.63
Hex F1 52 5E 0 42 3D 5 163 55 3F
Octal 361 122 136 0 102 75 5 543 125 77
Binary 11110001 1010010 1011110 0 1000010 111101 101 101100011 1010101 111111

Color Harmonies of #F1525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1525E

Black with #F1525E

Text Example


Text Example

White with #F1525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1525E; }

 p { color: rgb(241,82,94); }

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

background-color css

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

 a { background-color: rgb(241,82,94); }

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

border-color css

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

 span { border-color: rgb(241,82,94); }

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