Html Css Color HEX #FE38B0 Persian Rose

📋 copy color: '#FE38B0'

red 254 ◦ green 56 ◦ blue 176

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

Shades of Persian Rose #FE38B0

Tints of Persian Rose #FE38B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 52.26%
G = 11.52%
B = 36.21%

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

#FE38B0 (or 0xFE38B0) is known color: Persian Rose. HEX triplet: FE, 38 and B0. RGB value is (254,56,176). Sum of RGB (Red+Green+Blue) = 254+56+176=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38B0 is #01C74F. Grayscale: #808080. Windows color (decimal): -116560 or 11548926. OLE color: 11548926.

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

Color convert

RGB 254 56 176 -
CMYK 0 0.78 0.31 0.00
HSL 323.64º 0.99% 0.61% -
HSV(B) 323.64º 0.78% 1% -
XYZ 50.12 27.03 43.65 -
YUV 128.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 254 56 176 0 0.78 0.31 0.00 323.64 0.99 0.61
Hex FE 38 B0 0 4E 1F 0 144 63 3D
Octal 376 70 260 0 116 37 0 504 143 75
Binary 11111110 111000 10110000 0 1001110 11111 0 101000100 1100011 111101

Color Harmonies of #FE38B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38B0

Black with #FE38B0

Text Example


Text Example

White with #FE38B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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