Html Css Color HEX #F3525C Wild Watermelon

📋 copy color: '#F3525C'

red 243 ◦ green 82 ◦ blue 92

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

Shades of Wild Watermelon #F3525C

Tints of Wild Watermelon #F3525C

RGB

 RED value IS 243 (95.31% from 255) = 58.27%

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

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

R = 58.27%
G = 19.66%
B = 22.06%

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

#F3525C (or 0xF3525C) is known color: Wild Watermelon. HEX triplet: F3, 52 and 5C. RGB value is (243,82,92). Sum of RGB (Red+Green+Blue) = 243+82+92=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3525C is #0CADA3. Grayscale: #838383. Windows color (decimal): -830884 or 6050547. OLE color: 6050547.

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

Color convert

RGB 243 82 92 -
CMYK 0 0.66 0.62 0.05
HSL 356.27º 0.87% 0.64% -
HSV(B) 356.27º 0.66% 0.95% -
XYZ 41.91 25.86 12.91 -
YUV 131.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 243 82 92 0 0.66 0.62 0.05 356.27 0.87 0.64
Hex F3 52 5C 0 42 3E 5 164 57 40
Octal 363 122 134 0 102 76 5 544 127 100
Binary 11110011 1010010 1011100 0 1000010 111110 101 101100100 1010111 1000000

Color Harmonies of #F3525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3525C

Black with #F3525C

Text Example


Text Example

White with #F3525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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