Html Css Color HEX #FC535F Wild Watermelon

📋 copy color: '#FC535F'

red 252 ◦ green 83 ◦ blue 95

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

Shades of Wild Watermelon #FC535F

Tints of Wild Watermelon #FC535F

RGB

 RED value IS 252 (98.83% from 255) = 58.6%

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

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

R = 58.6%
G = 19.3%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC535F (or 0xFC535F) is known color: Wild Watermelon. HEX triplet: FC, 53 and 5F. RGB value is (252,83,95). Sum of RGB (Red+Green+Blue) = 252+83+95=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC535F is #03ACA0. Grayscale: #878787. Windows color (decimal): -240801 or 6247420. OLE color: 6247420.

HSL color Cylindrical-coordinate representation of color #FC535F: hue angle of 355.74º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC535F is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 83 95 -
CMYK 0 0.67 0.62 0.01
HSL 355.74º 0.97% 0.66% -
HSV(B) 355.74º 0.67% 0.99% -
XYZ 45.3 27.71 13.79 -
YUV 134.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 252 83 95 0 0.67 0.62 0.01 355.74 0.97 0.66
Hex FC 53 5F 0 43 3E 1 164 61 42
Octal 374 123 137 0 103 76 1 544 141 102
Binary 11111100 1010011 1011111 0 1000011 111110 1 101100100 1100001 1000010

Color Harmonies of #FC535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC535F

Black with #FC535F

Text Example


Text Example

White with #FC535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC535F; }

 p { color: rgb(252,83,95); }

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

background-color css

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

 a { background-color: rgb(252,83,95); }

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

border-color css

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

 span { border-color: rgb(252,83,95); }

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