Html Css Color HEX #FE38B5 Persian Rose

📋 copy color: '#FE38B5'

red 254 ◦ green 56 ◦ blue 181

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

Shades of Persian Rose #FE38B5

Tints of Persian Rose #FE38B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 51.73%
G = 11.41%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE38B5 (or 0xFE38B5) is known color: Persian Rose. HEX triplet: FE, 38 and B5. RGB value is (254,56,181). Sum of RGB (Red+Green+Blue) = 254+56+181=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38B5 is #01C74A. Grayscale: #818181. Windows color (decimal): -116555 or 11876606. OLE color: 11876606.

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

Color convert

RGB 254 56 181 -
CMYK 0 0.78 0.29 0.00
HSL 322.12º 0.99% 0.61% -
HSV(B) 322.12º 0.78% 1% -
XYZ 50.63 27.24 46.3 -
YUV 129.45 157.1 216.84 -
System Red Green Blue C M Y K H S L
Decimal 254 56 181 0 0.78 0.29 0.00 322.12 0.99 0.61
Hex FE 38 B5 0 4E 1D 0 142 63 3D
Octal 376 70 265 0 116 35 0 502 143 75
Binary 11111110 111000 10110101 0 1001110 11101 0 101000010 1100011 111101

Color Harmonies of #FE38B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38B5

Black with #FE38B5

Text Example


Text Example

White with #FE38B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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