Html Css Color HEX #F841AA Wild Strawberry

📋 copy color: '#F841AA'

red 248 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #F841AA

Tints of Wild Strawberry #F841AA

RGB

 RED value IS 248 (97.27% from 255) = 51.35%

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

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 51.35%
G = 13.46%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F841AA (or 0xF841AA) is known color: Wild Strawberry. HEX triplet: F8, 41 and AA. RGB value is (248,65,170). Sum of RGB (Red+Green+Blue) = 248+65+170=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F841AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F841AA is #07BE55. Grayscale: #838383. Windows color (decimal): -507478 or 11158008. OLE color: 11158008.

HSL color Cylindrical-coordinate representation of color #F841AA: hue angle of 325.57º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841AA is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 170 -
CMYK 0 0.74 0.31 0.03
HSL 325.57º 0.93% 0.61% -
HSV(B) 325.57º 0.74% 0.97% -
XYZ 47.86 26.64 40.65 -
YUV 131.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 248 65 170 0 0.74 0.31 0.03 325.57 0.93 0.61
Hex F8 41 AA 0 4A 1F 3 146 5D 3D
Octal 370 101 252 0 112 37 3 506 135 75
Binary 11111000 1000001 10101010 0 1001010 11111 11 101000110 1011101 111101

Color Harmonies of #F841AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841AA

Black with #F841AA

Text Example


Text Example

White with #F841AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841AA; }

 p { color: rgb(248,65,170); }

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

background-color css

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

 a { background-color: rgb(248,65,170); }

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

border-color css

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

 span { border-color: rgb(248,65,170); }

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