Html Css Color HEX #FA535C Wild Watermelon

📋 copy color: '#FA535C'

red 250 ◦ green 83 ◦ blue 92

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

Shades of Wild Watermelon #FA535C

Tints of Wild Watermelon #FA535C

RGB

 RED value IS 250 (98.05% from 255) = 58.82%

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

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

R = 58.82%
G = 19.53%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA535C (or 0xFA535C) is known color: Wild Watermelon. HEX triplet: FA, 53 and 5C. RGB value is (250,83,92). Sum of RGB (Red+Green+Blue) = 250+83+92=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA535C is #05ACA3. Grayscale: #868686. Windows color (decimal): -371876 or 6050810. OLE color: 6050810.

HSL color Cylindrical-coordinate representation of color #FA535C: hue angle of 356.77º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA535C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 92 -
CMYK 0 0.67 0.63 0.02
HSL 356.77º 0.94% 0.65% -
HSV(B) 356.77º 0.67% 0.98% -
XYZ 44.45 27.28 13.05 -
YUV 133.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 250 83 92 0 0.67 0.63 0.02 356.77 0.94 0.65
Hex FA 53 5C 0 43 3F 2 165 5E 41
Octal 372 123 134 0 103 77 2 545 136 101
Binary 11111010 1010011 1011100 0 1000011 111111 10 101100101 1011110 1000001

Color Harmonies of #FA535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA535C

Black with #FA535C

Text Example


Text Example

White with #FA535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA535C; }

 p { color: rgb(250,83,92); }

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

background-color css

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

 a { background-color: rgb(250,83,92); }

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

border-color css

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

 span { border-color: rgb(250,83,92); }

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