Html Css Color HEX #F35365 Wild Watermelon

📋 copy color: '#F35365'

red 243 ◦ green 83 ◦ blue 101

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

Shades of Wild Watermelon #F35365

Tints of Wild Watermelon #F35365

RGB

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

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

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

R = 56.91%
G = 19.44%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F35365 (or 0xF35365) is known color: Wild Watermelon. HEX triplet: F3, 53 and 65. RGB value is (243,83,101). Sum of RGB (Red+Green+Blue) = 243+83+101=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F35365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35365 is #0CAC9A. Grayscale: #848484. Windows color (decimal): -830619 or 6640627. OLE color: 6640627.

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

Color convert

RGB 243 83 101 -
CMYK 0 0.66 0.58 0.05
HSL 353.25º 0.87% 0.64% -
HSV(B) 353.25º 0.66% 0.95% -
XYZ 42.4 26.18 15.13 -
YUV 132.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 243 83 101 0 0.66 0.58 0.05 353.25 0.87 0.64
Hex F3 53 65 0 42 3A 5 161 57 40
Octal 363 123 145 0 102 72 5 541 127 100
Binary 11110011 1010011 1100101 0 1000010 111010 101 101100001 1010111 1000000

Color Harmonies of #F35365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35365

Black with #F35365

Text Example


Text Example

White with #F35365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35365; }

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

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

background-color css

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

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

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

border-color css

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

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

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