Html Css Color HEX #FF535F Wild Watermelon

📋 copy color: '#FF535F'

red 255 ◦ green 83 ◦ blue 95

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

Shades of Wild Watermelon #FF535F

Tints of Wild Watermelon #FF535F

RGB

 RED value IS 255 (100% from 255) = 58.89%

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

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

R = 58.89%
G = 19.17%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF535F (or 0xFF535F) is known color: Wild Watermelon. HEX triplet: FF, 53 and 5F. RGB value is (255,83,95). Sum of RGB (Red+Green+Blue) = 255+83+95=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF535F is #00ACA0. Grayscale: #878787. Windows color (decimal): -44193 or 6247423. OLE color: 6247423.

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

Color convert

RGB 255 83 95 -
CMYK 0 0.67 0.63 0
HSL 355.81º 1% 0.66% -
HSV(B) 355.81º 0.67% 1% -
XYZ 46.4 28.27 13.84 -
YUV 135.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 255 83 95 0 0.67 0.63 0 355.81 1 0.66
Hex FF 53 5F 0 43 3F 0 164 64 42
Octal 377 123 137 0 103 77 0 544 144 102
Binary 11111111 1010011 1011111 0 1000011 111111 0 101100100 1100100 1000010

Color Harmonies of #FF535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF535F

Black with #FF535F

Text Example


Text Example

White with #FF535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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