Html Css Color HEX #F2536F Wild Watermelon

📋 copy color: '#F2536F'

red 242 ◦ green 83 ◦ blue 111

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

Shades of Wild Watermelon #F2536F

Tints of Wild Watermelon #F2536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

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

R = 55.5%
G = 19.04%
B = 25.46%

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

#F2536F (or 0xF2536F) is known color: Wild Watermelon. HEX triplet: F2, 53 and 6F. RGB value is (242,83,111). Sum of RGB (Red+Green+Blue) = 242+83+111=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2536F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2536F is #0DAC90. Grayscale: #858585. Windows color (decimal): -896145 or 7295986. OLE color: 7295986.

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

Color convert

RGB 242 83 111 -
CMYK 0 0.66 0.54 0.05
HSL 349.43º 0.86% 0.64% -
HSV(B) 349.43º 0.66% 0.95% -
XYZ 42.58 26.21 17.85 -
YUV 133.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 242 83 111 0 0.66 0.54 0.05 349.43 0.86 0.64
Hex F2 53 6F 0 42 36 5 15D 56 40
Octal 362 123 157 0 102 66 5 535 126 100
Binary 11110010 1010011 1101111 0 1000010 110110 101 101011101 1010110 1000000

Color Harmonies of #F2536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2536F

Black with #F2536F

Text Example


Text Example

White with #F2536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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