Html Css Color HEX #F3505E Wild Watermelon

📋 copy color: '#F3505E'

red 243 ◦ green 80 ◦ blue 94

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

Shades of Wild Watermelon #F3505E

Tints of Wild Watermelon #F3505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 58.27%
G = 19.18%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F3505E (or 0xF3505E) is known color: Wild Watermelon. HEX triplet: F3, 50 and 5E. RGB value is (243,80,94). Sum of RGB (Red+Green+Blue) = 243+80+94=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3505E is #0CAFA1. Grayscale: #828282. Windows color (decimal): -831394 or 6181107. OLE color: 6181107.

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

Color convert

RGB 243 80 94 -
CMYK 0 0.67 0.61 0.05
HSL 354.85º 0.87% 0.63% -
HSV(B) 354.85º 0.67% 0.95% -
XYZ 41.85 25.6 13.33 -
YUV 130.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 243 80 94 0 0.67 0.61 0.05 354.85 0.87 0.63
Hex F3 50 5E 0 43 3D 5 163 57 3F
Octal 363 120 136 0 103 75 5 543 127 77
Binary 11110011 1010000 1011110 0 1000011 111101 101 101100011 1010111 111111

Color Harmonies of #F3505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3505E

Black with #F3505E

Text Example


Text Example

White with #F3505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3505E; }

 p { color: rgb(243,80,94); }

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

background-color css

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

 a { background-color: rgb(243,80,94); }

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

border-color css

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

 span { border-color: rgb(243,80,94); }

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