Html Css Color HEX #F2515E Wild Watermelon

📋 copy color: '#F2515E'

red 242 ◦ green 81 ◦ blue 94

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

Shades of Wild Watermelon #F2515E

Tints of Wild Watermelon #F2515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.42%

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

R = 58.03%
G = 19.42%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2515E (or 0xF2515E) is known color: Wild Watermelon. HEX triplet: F2, 51 and 5E. RGB value is (242,81,94). Sum of RGB (Red+Green+Blue) = 242+81+94=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2515E is #0DAEA1. Grayscale: #828282. Windows color (decimal): -896674 or 6181362. OLE color: 6181362.

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

Color convert

RGB 242 81 94 -
CMYK 0 0.67 0.61 0.05
HSL 355.16º 0.86% 0.63% -
HSV(B) 355.16º 0.67% 0.95% -
XYZ 41.58 25.57 13.33 -
YUV 130.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 242 81 94 0 0.67 0.61 0.05 355.16 0.86 0.63
Hex F2 51 5E 0 43 3D 5 163 56 3F
Octal 362 121 136 0 103 75 5 543 126 77
Binary 11110010 1010001 1011110 0 1000011 111101 101 101100011 1010110 111111

Color Harmonies of #F2515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2515E

Black with #F2515E

Text Example


Text Example

White with #F2515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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