Html Css Color HEX #F05365 Wild Watermelon

📋 copy color: '#F05365'

red 240 ◦ green 83 ◦ blue 101

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

Shades of Wild Watermelon #F05365

Tints of Wild Watermelon #F05365

RGB

 RED value IS 240 (94.14% from 255) = 56.6%

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

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

R = 56.6%
G = 19.58%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05365 (or 0xF05365) is known color: Wild Watermelon. HEX triplet: F0, 53 and 65. RGB value is (240,83,101). Sum of RGB (Red+Green+Blue) = 240+83+101=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F05365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05365 is #0FAC9A. Grayscale: #848484. Windows color (decimal): -1027227 or 6640624. OLE color: 6640624.

HSL color Cylindrical-coordinate representation of color #F05365: hue angle of 353.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05365 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 101 -
CMYK 0 0.65 0.58 0.06
HSL 353.12º 0.84% 0.63% -
HSV(B) 353.12º 0.65% 0.94% -
XYZ 41.38 25.65 15.08 -
YUV 132 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 240 83 101 0 0.65 0.58 0.06 353.12 0.84 0.63
Hex F0 53 65 0 41 3A 6 161 54 3F
Octal 360 123 145 0 101 72 6 541 124 77
Binary 11110000 1010011 1100101 0 1000001 111010 110 101100001 1010100 111111

Color Harmonies of #F05365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05365

Black with #F05365

Text Example


Text Example

White with #F05365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05365; }

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

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

background-color css

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

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

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

border-color css

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

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

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