Html Css Color HEX #F35465 Wild Watermelon

📋 copy color: '#F35465'

red 243 ◦ green 84 ◦ blue 101

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

Shades of Wild Watermelon #F35465

Tints of Wild Watermelon #F35465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.6%

R = 56.78%
G = 19.63%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F35465 (or 0xF35465) is known color: Wild Watermelon. HEX triplet: F3, 54 and 65. RGB value is (243,84,101). Sum of RGB (Red+Green+Blue) = 243+84+101=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F35465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35465 is #0CAB9A. Grayscale: #858585. Windows color (decimal): -830363 or 6640883. OLE color: 6640883.

HSL color Cylindrical-coordinate representation of color #F35465: hue angle of 353.58º 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 #F35465 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 84 101 -
CMYK 0 0.65 0.58 0.05
HSL 353.58º 0.87% 0.64% -
HSV(B) 353.58º 0.65% 0.95% -
XYZ 42.48 26.33 15.16 -
YUV 133.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 243 84 101 0 0.65 0.58 0.05 353.58 0.87 0.64
Hex F3 54 65 0 41 3A 5 162 57 40
Octal 363 124 145 0 101 72 5 542 127 100
Binary 11110011 1010100 1100101 0 1000001 111010 101 101100010 1010111 1000000

Color Harmonies of #F35465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35465

Black with #F35465

Text Example


Text Example

White with #F35465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35465; }

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

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

background-color css

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

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

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

border-color css

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

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

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