Html Css Color HEX #FE38AF Persian Rose

📋 copy color: '#FE38AF'

red 254 ◦ green 56 ◦ blue 175

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

Shades of Persian Rose #FE38AF

Tints of Persian Rose #FE38AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 52.37%
G = 11.55%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE38AF (or 0xFE38AF) is known color: Persian Rose. HEX triplet: FE, 38 and AF. RGB value is (254,56,175). Sum of RGB (Red+Green+Blue) = 254+56+175=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38AF is #01C750. Grayscale: #808080. Windows color (decimal): -116561 or 11483390. OLE color: 11483390.

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

Color convert

RGB 254 56 175 -
CMYK 0 0.78 0.31 0.00
HSL 323.94º 0.99% 0.61% -
HSV(B) 323.94º 0.78% 1% -
XYZ 50.03 26.99 43.13 -
YUV 128.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 254 56 175 0 0.78 0.31 0.00 323.94 0.99 0.61
Hex FE 38 AF 0 4E 1F 0 144 63 3D
Octal 376 70 257 0 116 37 0 504 143 75
Binary 11111110 111000 10101111 0 1001110 11111 0 101000100 1100011 111101

Color Harmonies of #FE38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38AF

Black with #FE38AF

Text Example


Text Example

White with #FE38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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