Html Css Color HEX #F96067 Wild Watermelon

📋 copy color: '#F96067'

red 249 ◦ green 96 ◦ blue 103

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

Shades of Wild Watermelon #F96067

Tints of Wild Watermelon #F96067

RGB

 RED value IS 249 (97.66% from 255) = 55.58%

 GREEN value IS 96 (37.89% from 255) = 21.43%

 BLUE value IS 103 (40.63% from 255) = 22.99%

R = 55.58%
G = 21.43%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F96067 (or 0xF96067) is known color: Wild Watermelon. HEX triplet: F9, 60 and 67. RGB value is (249,96,103). Sum of RGB (Red+Green+Blue) = 249+96+103=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F96067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96067 is #069F98. Grayscale: #8E8E8E. Windows color (decimal): -434073 or 6775033. OLE color: 6775033.

HSL color Cylindrical-coordinate representation of color #F96067: hue angle of 357.25º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96067 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 96 103 -
CMYK 0 0.61 0.59 0.02
HSL 357.25º 0.93% 0.68% -
HSV(B) 357.25º 0.61% 0.98% -
XYZ 45.7 29.48 16.11 -
YUV 142.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 249 96 103 0 0.61 0.59 0.02 357.25 0.93 0.68
Hex F9 60 67 0 3D 3B 2 165 5D 44
Octal 371 140 147 0 75 73 2 545 135 104
Binary 11111001 1100000 1100111 0 111101 111011 10 101100101 1011101 1000100

Color Harmonies of #F96067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96067

Black with #F96067

Text Example


Text Example

White with #F96067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96067; }

 p { color: rgb(249,96,103); }

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

background-color css

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

 a { background-color: rgb(249,96,103); }

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

border-color css

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

 span { border-color: rgb(249,96,103); }

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