Html Css Color HEX #F15265 Wild Watermelon

📋 copy color: '#F15265'

red 241 ◦ green 82 ◦ blue 101

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

Shades of Wild Watermelon #F15265

Tints of Wild Watermelon #F15265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 56.84%
G = 19.34%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F15265 (or 0xF15265) is known color: Wild Watermelon. HEX triplet: F1, 52 and 65. RGB value is (241,82,101). Sum of RGB (Red+Green+Blue) = 241+82+101=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F15265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15265 is #0EAD9A. Grayscale: #838383. Windows color (decimal): -961947 or 6640369. OLE color: 6640369.

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

Color convert

RGB 241 82 101 -
CMYK 0 0.66 0.58 0.05
HSL 352.83º 0.85% 0.63% -
HSV(B) 352.83º 0.66% 0.95% -
XYZ 41.64 25.67 15.07 -
YUV 131.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 241 82 101 0 0.66 0.58 0.05 352.83 0.85 0.63
Hex F1 52 65 0 42 3A 5 161 55 3F
Octal 361 122 145 0 102 72 5 541 125 77
Binary 11110001 1010010 1100101 0 1000010 111010 101 101100001 1010101 111111

Color Harmonies of #F15265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15265

Black with #F15265

Text Example


Text Example

White with #F15265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15265; }

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

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

background-color css

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

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

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

border-color css

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

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

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