Html Css Color HEX #F05265 Wild Watermelon

📋 copy color: '#F05265'

red 240 ◦ green 82 ◦ blue 101

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

Shades of Wild Watermelon #F05265

Tints of Wild Watermelon #F05265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

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

R = 56.74%
G = 19.39%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05265 (or 0xF05265) is known color: Wild Watermelon. HEX triplet: F0, 52 and 65. RGB value is (240,82,101). Sum of RGB (Red+Green+Blue) = 240+82+101=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F05265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05265 is #0FAD9A. Grayscale: #838383. Windows color (decimal): -1027483 or 6640368. OLE color: 6640368.

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

Color convert

RGB 240 82 101 -
CMYK 0 0.66 0.58 0.06
HSL 352.78º 0.84% 0.63% -
HSV(B) 352.78º 0.66% 0.94% -
XYZ 41.3 25.5 15.06 -
YUV 131.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 240 82 101 0 0.66 0.58 0.06 352.78 0.84 0.63
Hex F0 52 65 0 42 3A 6 161 54 3F
Octal 360 122 145 0 102 72 6 541 124 77
Binary 11110000 1010010 1100101 0 1000010 111010 110 101100001 1010100 111111

Color Harmonies of #F05265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05265

Black with #F05265

Text Example


Text Example

White with #F05265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05265; }

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

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

background-color css

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

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

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

border-color css

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

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

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