Html Css Color HEX #FE3FAA Wild Strawberry

📋 copy color: '#FE3FAA'

red 254 ◦ green 63 ◦ blue 170

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

Shades of Wild Strawberry #FE3FAA

Tints of Wild Strawberry #FE3FAA

RGB

 RED value IS 254 (99.61% from 255) = 52.16%

 GREEN value IS 63 (25% from 255) = 12.94%

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

R = 52.16%
G = 12.94%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE3FAA (or 0xFE3FAA) is known color: Wild Strawberry. HEX triplet: FE, 3F and AA. RGB value is (254,63,170). Sum of RGB (Red+Green+Blue) = 254+63+170=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3FAA is #01C055. Grayscale: #848484. Windows color (decimal): -114774 or 11157502. OLE color: 11157502.

HSL color Cylindrical-coordinate representation of color #FE3FAA: hue angle of 326.39º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FAA is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 63 170 -
CMYK 0 0.75 0.33 0.00
HSL 326.39º 0.99% 0.62% -
HSV(B) 326.39º 0.75% 1% -
XYZ 49.91 27.53 40.71 -
YUV 132.31 149.28 214.8 -
System Red Green Blue C M Y K H S L
Decimal 254 63 170 0 0.75 0.33 0.00 326.39 0.99 0.62
Hex FE 3F AA 0 4B 21 0 146 63 3E
Octal 376 77 252 0 113 41 0 506 143 76
Binary 11111110 111111 10101010 0 1001011 100001 0 101000110 1100011 111110

Color Harmonies of #FE3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3FAA

Black with #FE3FAA

Text Example


Text Example

White with #FE3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3FAA; }

 p { color: rgb(254,63,170); }

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

background-color css

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

 a { background-color: rgb(254,63,170); }

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

border-color css

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

 span { border-color: rgb(254,63,170); }

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