Html Css Color HEX #F2525C Wild Watermelon

📋 copy color: '#F2525C'

red 242 ◦ green 82 ◦ blue 92

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

Shades of Wild Watermelon #F2525C

Tints of Wild Watermelon #F2525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 58.17%
G = 19.71%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2525C (or 0xF2525C) is known color: Wild Watermelon. HEX triplet: F2, 52 and 5C. RGB value is (242,82,92). Sum of RGB (Red+Green+Blue) = 242+82+92=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2525C is #0DADA3. Grayscale: #838383. Windows color (decimal): -896420 or 6050546. OLE color: 6050546.

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

Color convert

RGB 242 82 92 -
CMYK 0 0.66 0.62 0.05
HSL 356.25º 0.86% 0.64% -
HSV(B) 356.25º 0.66% 0.95% -
XYZ 41.57 25.68 12.89 -
YUV 130.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 242 82 92 0 0.66 0.62 0.05 356.25 0.86 0.64
Hex F2 52 5C 0 42 3E 5 164 56 40
Octal 362 122 134 0 102 76 5 544 126 100
Binary 11110010 1010010 1011100 0 1000010 111110 101 101100100 1010110 1000000

Color Harmonies of #F2525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2525C

Black with #F2525C

Text Example


Text Example

White with #F2525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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