Html Css Color HEX #FE33A2 Wild Strawberry

📋 copy color: '#FE33A2'

red 254 ◦ green 51 ◦ blue 162

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

Shades of Wild Strawberry #FE33A2

Tints of Wild Strawberry #FE33A2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.92%

 BLUE value IS 162 (63.67% from 255) = 34.69%

R = 54.39%
G = 10.92%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE33A2 (or 0xFE33A2) is known color: Wild Strawberry. HEX triplet: FE, 33 and A2. RGB value is (254,51,162). Sum of RGB (Red+Green+Blue) = 254+51+162=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE33A2 is #01CC5D. Grayscale: #7C7C7C. Windows color (decimal): -117854 or 10630142. OLE color: 10630142.

HSL color Cylindrical-coordinate representation of color #FE33A2: hue angle of 327.19º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE33A2 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 51 162 -
CMYK 0 0.80 0.36 0.00
HSL 327.19º 0.99% 0.6% -
HSV(B) 327.19º 0.8% 1% -
XYZ 48.58 26.05 36.65 -
YUV 124.35 149.25 220.47 -
System Red Green Blue C M Y K H S L
Decimal 254 51 162 0 0.80 0.36 0.00 327.19 0.99 0.6
Hex FE 33 A2 0 50 24 0 147 63 3C
Octal 376 63 242 0 120 44 0 507 143 74
Binary 11111110 110011 10100010 0 1010000 100100 0 101000111 1100011 111100

Color Harmonies of #FE33A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33A2

Black with #FE33A2

Text Example


Text Example

White with #FE33A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33A2; }

 p { color: rgb(254,51,162); }

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

background-color css

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

 a { background-color: rgb(254,51,162); }

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

border-color css

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

 span { border-color: rgb(254,51,162); }

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