Html Css Color HEX #F2526F Wild Watermelon

📋 copy color: '#F2526F'

red 242 ◦ green 82 ◦ blue 111

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

Shades of Wild Watermelon #F2526F

Tints of Wild Watermelon #F2526F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 55.63%
G = 18.85%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2526F (or 0xF2526F) is known color: Wild Watermelon. HEX triplet: F2, 52 and 6F. RGB value is (242,82,111). Sum of RGB (Red+Green+Blue) = 242+82+111=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2526F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2526F is #0DAD90. Grayscale: #858585. Windows color (decimal): -896401 or 7295730. OLE color: 7295730.

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

Color convert

RGB 242 82 111 -
CMYK 0 0.66 0.54 0.05
HSL 349.13º 0.86% 0.64% -
HSV(B) 349.13º 0.66% 0.95% -
XYZ 42.5 26.06 17.83 -
YUV 133.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 242 82 111 0 0.66 0.54 0.05 349.13 0.86 0.64
Hex F2 52 6F 0 42 36 5 15D 56 40
Octal 362 122 157 0 102 66 5 535 126 100
Binary 11110010 1010010 1101111 0 1000010 110110 101 101011101 1010110 1000000

Color Harmonies of #F2526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2526F

Black with #F2526F

Text Example


Text Example

White with #F2526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2526F; }

 p { color: rgb(242,82,111); }

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

background-color css

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

 a { background-color: rgb(242,82,111); }

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

border-color css

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

 span { border-color: rgb(242,82,111); }

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