Html Css Color HEX #F65B74 Wild Watermelon

📋 copy color: '#F65B74'

red 246 ◦ green 91 ◦ blue 116

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

Shades of Wild Watermelon #F65B74

Tints of Wild Watermelon #F65B74

RGB

 RED value IS 246 (96.48% from 255) = 54.3%

 GREEN value IS 91 (35.94% from 255) = 20.09%

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 54.3%
G = 20.09%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F65B74 (or 0xF65B74) is known color: Wild Watermelon. HEX triplet: F6, 5B and 74. RGB value is (246,91,116). Sum of RGB (Red+Green+Blue) = 246+91+116=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65B74 is #09A48B. Grayscale: #8C8C8C. Windows color (decimal): -631948 or 7625718. OLE color: 7625718.

HSL color Cylindrical-coordinate representation of color #F65B74: hue angle of 350.32º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65B74 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 91 116 -
CMYK 0 0.63 0.53 0.04
HSL 350.32º 0.9% 0.66% -
HSV(B) 350.32º 0.63% 0.96% -
XYZ 44.9 28.34 19.63 -
YUV 140.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 246 91 116 0 0.63 0.53 0.04 350.32 0.9 0.66
Hex F6 5B 74 0 3F 35 4 15E 5A 42
Octal 366 133 164 0 77 65 4 536 132 102
Binary 11110110 1011011 1110100 0 111111 110101 100 101011110 1011010 1000010

Color Harmonies of #F65B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B74

Black with #F65B74

Text Example


Text Example

White with #F65B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B74; }

 p { color: rgb(246,91,116); }

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

background-color css

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

 a { background-color: rgb(246,91,116); }

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

border-color css

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

 span { border-color: rgb(246,91,116); }

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