Html Css Color HEX #F2516B Wild Watermelon

📋 copy color: '#F2516B'

red 242 ◦ green 81 ◦ blue 107

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

Shades of Wild Watermelon #F2516B

Tints of Wild Watermelon #F2516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.88%

R = 56.28%
G = 18.84%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2516B (or 0xF2516B) is known color: Wild Watermelon. HEX triplet: F2, 51 and 6B. RGB value is (242,81,107). Sum of RGB (Red+Green+Blue) = 242+81+107=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2516B is #0DAE94. Grayscale: #848484. Windows color (decimal): -896661 or 7033330. OLE color: 7033330.

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

Color convert

RGB 242 81 107 -
CMYK 0 0.67 0.56 0.05
HSL 350.31º 0.86% 0.63% -
HSV(B) 350.31º 0.67% 0.95% -
XYZ 42.21 25.82 16.67 -
YUV 132.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 242 81 107 0 0.67 0.56 0.05 350.31 0.86 0.63
Hex F2 51 6B 0 43 38 5 15E 56 3F
Octal 362 121 153 0 103 70 5 536 126 77
Binary 11110010 1010001 1101011 0 1000011 111000 101 101011110 1010110 111111

Color Harmonies of #F2516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2516B

Black with #F2516B

Text Example


Text Example

White with #F2516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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