Html Css Color HEX #F941A8 Wild Strawberry

📋 copy color: '#F941A8'

red 249 ◦ green 65 ◦ blue 168

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

Shades of Wild Strawberry #F941A8

Tints of Wild Strawberry #F941A8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.49%

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 51.66%
G = 13.49%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F941A8 (or 0xF941A8) is known color: Wild Strawberry. HEX triplet: F9, 41 and A8. RGB value is (249,65,168). Sum of RGB (Red+Green+Blue) = 249+65+168=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F941A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F941A8 is #06BE57. Grayscale: #838383. Windows color (decimal): -441944 or 11026937. OLE color: 11026937.

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

Color convert

RGB 249 65 168 -
CMYK 0 0.74 0.33 0.02
HSL 326.41º 0.94% 0.62% -
HSV(B) 326.41º 0.74% 0.98% -
XYZ 48.03 26.75 39.68 -
YUV 131.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 249 65 168 0 0.74 0.33 0.02 326.41 0.94 0.62
Hex F9 41 A8 0 4A 21 2 146 5E 3E
Octal 371 101 250 0 112 41 2 506 136 76
Binary 11111001 1000001 10101000 0 1001010 100001 10 101000110 1011110 111110

Color Harmonies of #F941A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F941A8

Black with #F941A8

Text Example


Text Example

White with #F941A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F941A8; }

 p { color: rgb(249,65,168); }

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

background-color css

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

 a { background-color: rgb(249,65,168); }

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

border-color css

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

 span { border-color: rgb(249,65,168); }

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