Html Css Color HEX #FE38AB Persian Rose

📋 copy color: '#FE38AB'

red 254 ◦ green 56 ◦ blue 171

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

Shades of Persian Rose #FE38AB

Tints of Persian Rose #FE38AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 52.81%
G = 11.64%
B = 35.55%

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

#FE38AB (or 0xFE38AB) is known color: Persian Rose. HEX triplet: FE, 38 and AB. RGB value is (254,56,171). Sum of RGB (Red+Green+Blue) = 254+56+171=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38AB is #01C754. Grayscale: #808080. Windows color (decimal): -116565 or 11221246. OLE color: 11221246.

HSL color Cylindrical-coordinate representation of color #FE38AB: hue angle of 325.15º 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 #FE38AB is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 56 171 -
CMYK 0 0.78 0.33 0.00
HSL 325.15º 0.99% 0.61% -
HSV(B) 325.15º 0.78% 1% -
XYZ 49.64 26.84 41.09 -
YUV 128.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 254 56 171 0 0.78 0.33 0.00 325.15 0.99 0.61
Hex FE 38 AB 0 4E 21 0 145 63 3D
Octal 376 70 253 0 116 41 0 505 143 75
Binary 11111110 111000 10101011 0 1001110 100001 0 101000101 1100011 111101

Color Harmonies of #FE38AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38AB

Black with #FE38AB

Text Example


Text Example

White with #FE38AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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