Html Css Color HEX #F35A64 Wild Watermelon

📋 copy color: '#F35A64'

red 243 ◦ green 90 ◦ blue 100

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

Shades of Wild Watermelon #F35A64

Tints of Wild Watermelon #F35A64

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.79%

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 56.12%
G = 20.79%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F35A64 (or 0xF35A64) is known color: Wild Watermelon. HEX triplet: F3, 5A and 64. RGB value is (243,90,100). Sum of RGB (Red+Green+Blue) = 243+90+100=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A64 is #0CA59B. Grayscale: #898989. Windows color (decimal): -828828 or 6576883. OLE color: 6576883.

HSL color Cylindrical-coordinate representation of color #F35A64: hue angle of 356.08º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35A64 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 90 100 -
CMYK 0 0.63 0.59 0.05
HSL 356.08º 0.86% 0.65% -
HSV(B) 356.08º 0.63% 0.95% -
XYZ 42.92 27.29 15.06 -
YUV 136.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 243 90 100 0 0.63 0.59 0.05 356.08 0.86 0.65
Hex F3 5A 64 0 3F 3B 5 164 56 41
Octal 363 132 144 0 77 73 5 544 126 101
Binary 11110011 1011010 1100100 0 111111 111011 101 101100100 1010110 1000001

Color Harmonies of #F35A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A64

Black with #F35A64

Text Example


Text Example

White with #F35A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A64; }

 p { color: rgb(243,90,100); }

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

background-color css

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

 a { background-color: rgb(243,90,100); }

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

border-color css

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

 span { border-color: rgb(243,90,100); }

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