Html Css Color HEX #FE38AA Persian Rose

📋 copy color: '#FE38AA'

red 254 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #FE38AA

Tints of Persian Rose #FE38AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.67%

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

R = 52.92%
G = 11.67%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE38AA (or 0xFE38AA) is known color: Persian Rose. HEX triplet: FE, 38 and AA. RGB value is (254,56,170). Sum of RGB (Red+Green+Blue) = 254+56+170=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38AA is #01C755. Grayscale: #7F7F7F. Windows color (decimal): -116566 or 11155710. OLE color: 11155710.

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

Color convert

RGB 254 56 170 -
CMYK 0 0.78 0.33 0.00
HSL 325.45º 0.99% 0.61% -
HSV(B) 325.45º 0.78% 1% -
XYZ 49.54 26.8 40.59 -
YUV 128.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 254 56 170 0 0.78 0.33 0.00 325.45 0.99 0.61
Hex FE 38 AA 0 4E 21 0 145 63 3D
Octal 376 70 252 0 116 41 0 505 143 75
Binary 11111110 111000 10101010 0 1001110 100001 0 101000101 1100011 111101

Color Harmonies of #FE38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38AA

Black with #FE38AA

Text Example


Text Example

White with #FE38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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