Html Css Color HEX #F2545F Wild Watermelon

📋 copy color: '#F2545F'

red 242 ◦ green 84 ◦ blue 95

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

Shades of Wild Watermelon #F2545F

Tints of Wild Watermelon #F2545F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.95%

 BLUE value IS 95 (37.5% from 255) = 22.57%

R = 57.48%
G = 19.95%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2545F (or 0xF2545F) is known color: Wild Watermelon. HEX triplet: F2, 54 and 5F. RGB value is (242,84,95). Sum of RGB (Red+Green+Blue) = 242+84+95=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2545F is #0DABA0. Grayscale: #848484. Windows color (decimal): -895905 or 6247666. OLE color: 6247666.

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

Color convert

RGB 242 84 95 -
CMYK 0 0.65 0.61 0.05
HSL 355.82º 0.86% 0.64% -
HSV(B) 355.82º 0.65% 0.95% -
XYZ 41.85 26.04 13.65 -
YUV 132.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 242 84 95 0 0.65 0.61 0.05 355.82 0.86 0.64
Hex F2 54 5F 0 41 3D 5 164 56 40
Octal 362 124 137 0 101 75 5 544 126 100
Binary 11110010 1010100 1011111 0 1000001 111101 101 101100100 1010110 1000000

Color Harmonies of #F2545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2545F

Black with #F2545F

Text Example


Text Example

White with #F2545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2545F; }

 p { color: rgb(242,84,95); }

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

background-color css

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

 a { background-color: rgb(242,84,95); }

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

border-color css

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

 span { border-color: rgb(242,84,95); }

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