Html Css Color HEX #F940A3 Wild Strawberry

📋 copy color: '#F940A3'

red 249 ◦ green 64 ◦ blue 163

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

Shades of Wild Strawberry #F940A3

Tints of Wild Strawberry #F940A3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.45%

 BLUE value IS 163 (64.06% from 255) = 34.24%

R = 52.31%
G = 13.45%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F940A3 (or 0xF940A3) is known color: Wild Strawberry. HEX triplet: F9, 40 and A3. RGB value is (249,64,163). Sum of RGB (Red+Green+Blue) = 249+64+163=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F940A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F940A3 is #06BF5C. Grayscale: #828282. Windows color (decimal): -442205 or 10699001. OLE color: 10699001.

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

Color convert

RGB 249 64 163 -
CMYK 0 0.74 0.35 0.02
HSL 327.89º 0.94% 0.61% -
HSV(B) 327.89º 0.74% 0.98% -
XYZ 47.51 26.45 37.25 -
YUV 130.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 249 64 163 0 0.74 0.35 0.02 327.89 0.94 0.61
Hex F9 40 A3 0 4A 23 2 148 5E 3D
Octal 371 100 243 0 112 43 2 510 136 75
Binary 11111001 1000000 10100011 0 1001010 100011 10 101001000 1011110 111101

Color Harmonies of #F940A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940A3

Black with #F940A3

Text Example


Text Example

White with #F940A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940A3; }

 p { color: rgb(249,64,163); }

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

background-color css

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

 a { background-color: rgb(249,64,163); }

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

border-color css

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

 span { border-color: rgb(249,64,163); }

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