Html Css Color HEX #F9359D Wild Strawberry

📋 copy color: '#F9359D'

red 249 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #F9359D

Tints of Wild Strawberry #F9359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.55%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 54.25%
G = 11.55%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9359D (or 0xF9359D) is known color: Wild Strawberry. HEX triplet: F9, 35 and 9D. RGB value is (249,53,157). Sum of RGB (Red+Green+Blue) = 249+53+157=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9359D is #06CA62. Grayscale: #7B7B7B. Windows color (decimal): -445027 or 10302969. OLE color: 10302969.

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

Color convert

RGB 249 53 157 -
CMYK 0 0.79 0.37 0.02
HSL 328.16º 0.94% 0.59% -
HSV(B) 328.16º 0.79% 0.98% -
XYZ 46.43 25.12 34.3 -
YUV 123.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 249 53 157 0 0.79 0.37 0.02 328.16 0.94 0.59
Hex F9 35 9D 0 4F 25 2 148 5E 3B
Octal 371 65 235 0 117 45 2 510 136 73
Binary 11111001 110101 10011101 0 1001111 100101 10 101001000 1011110 111011

Color Harmonies of #F9359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9359D

Black with #F9359D

Text Example


Text Example

White with #F9359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9359D; }

 p { color: rgb(249,53,157); }

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

background-color css

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

 a { background-color: rgb(249,53,157); }

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

border-color css

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

 span { border-color: rgb(249,53,157); }

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