Html Css Color HEX #F35464 Wild Watermelon

📋 copy color: '#F35464'

red 243 ◦ green 84 ◦ blue 100

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

Shades of Wild Watermelon #F35464

Tints of Wild Watermelon #F35464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

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

R = 56.91%
G = 19.67%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F35464 (or 0xF35464) is known color: Wild Watermelon. HEX triplet: F3, 54 and 64. RGB value is (243,84,100). Sum of RGB (Red+Green+Blue) = 243+84+100=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F35464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35464 is #0CAB9B. Grayscale: #858585. Windows color (decimal): -830364 or 6575347. OLE color: 6575347.

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

Color convert

RGB 243 84 100 -
CMYK 0 0.65 0.59 0.05
HSL 353.96º 0.87% 0.64% -
HSV(B) 353.96º 0.65% 0.95% -
XYZ 42.43 26.32 14.9 -
YUV 133.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 243 84 100 0 0.65 0.59 0.05 353.96 0.87 0.64
Hex F3 54 64 0 41 3B 5 162 57 40
Octal 363 124 144 0 101 73 5 542 127 100
Binary 11110011 1010100 1100100 0 1000001 111011 101 101100010 1010111 1000000

Color Harmonies of #F35464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35464

Black with #F35464

Text Example


Text Example

White with #F35464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35464; }

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

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

background-color css

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

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

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

border-color css

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

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

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