Html Css Color HEX #F941A1 Wild Strawberry

📋 copy color: '#F941A1'

red 249 ◦ green 65 ◦ blue 161

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

Shades of Wild Strawberry #F941A1

Tints of Wild Strawberry #F941A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.89%

R = 52.42%
G = 13.68%
B = 33.89%

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

#F941A1 (or 0xF941A1) is known color: Wild Strawberry. HEX triplet: F9, 41 and A1. RGB value is (249,65,161). Sum of RGB (Red+Green+Blue) = 249+65+161=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F941A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F941A1 is #06BE5E. Grayscale: #828282. Windows color (decimal): -441951 or 10568185. OLE color: 10568185.

HSL color Cylindrical-coordinate representation of color #F941A1: hue angle of 328.7º 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 #F941A1 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 161 -
CMYK 0 0.74 0.35 0.02
HSL 328.7º 0.94% 0.62% -
HSV(B) 328.7º 0.74% 0.98% -
XYZ 47.39 26.49 36.33 -
YUV 130.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 249 65 161 0 0.74 0.35 0.02 328.7 0.94 0.62
Hex F9 41 A1 0 4A 23 2 149 5E 3E
Octal 371 101 241 0 112 43 2 511 136 76
Binary 11111001 1000001 10100001 0 1001010 100011 10 101001001 1011110 111110

Color Harmonies of #F941A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F941A1

Black with #F941A1

Text Example


Text Example

White with #F941A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F941A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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