Html Css Color HEX #F65F71 Wild Watermelon

📋 copy color: '#F65F71'

red 246 ◦ green 95 ◦ blue 113

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

Shades of Wild Watermelon #F65F71

Tints of Wild Watermelon #F65F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.93%

 BLUE value IS 113 (44.53% from 255) = 24.89%

R = 54.19%
G = 20.93%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65F71 (or 0xF65F71) is known color: Wild Watermelon. HEX triplet: F6, 5F and 71. RGB value is (246,95,113). Sum of RGB (Red+Green+Blue) = 246+95+113=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65F71 is #09A08E. Grayscale: #8E8E8E. Windows color (decimal): -630927 or 7430134. OLE color: 7430134.

HSL color Cylindrical-coordinate representation of color #F65F71: hue angle of 352.85º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65F71 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 113 -
CMYK 0 0.61 0.54 0.04
HSL 352.85º 0.89% 0.67% -
HSV(B) 352.85º 0.61% 0.96% -
XYZ 45.08 28.97 18.84 -
YUV 142.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 246 95 113 0 0.61 0.54 0.04 352.85 0.89 0.67
Hex F6 5F 71 0 3D 36 4 161 59 43
Octal 366 137 161 0 75 66 4 541 131 103
Binary 11110110 1011111 1110001 0 111101 110110 100 101100001 1011001 1000011

Color Harmonies of #F65F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F71

Black with #F65F71

Text Example


Text Example

White with #F65F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F71; }

 p { color: rgb(246,95,113); }

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

background-color css

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

 a { background-color: rgb(246,95,113); }

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

border-color css

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

 span { border-color: rgb(246,95,113); }

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