Html Css Color HEX #FE3DB0 Persian Rose

📋 copy color: '#FE3DB0'

red 254 ◦ green 61 ◦ blue 176

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

Shades of Persian Rose #FE3DB0

Tints of Persian Rose #FE3DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.42%

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

R = 51.73%
G = 12.42%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE3DB0 (or 0xFE3DB0) is known color: Persian Rose. HEX triplet: FE, 3D and B0. RGB value is (254,61,176). Sum of RGB (Red+Green+Blue) = 254+61+176=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3DB0 is #01C24F. Grayscale: #838383. Windows color (decimal): -115280 or 11550206. OLE color: 11550206.

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

Color convert

RGB 254 61 176 -
CMYK 0 0.76 0.31 0.00
HSL 324.25º 0.99% 0.62% -
HSV(B) 324.25º 0.76% 1% -
XYZ 50.38 27.54 43.74 -
YUV 131.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 254 61 176 0 0.76 0.31 0.00 324.25 0.99 0.62
Hex FE 3D B0 0 4C 1F 0 144 63 3E
Octal 376 75 260 0 114 37 0 504 143 76
Binary 11111110 111101 10110000 0 1001100 11111 0 101000100 1100011 111110

Color Harmonies of #FE3DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3DB0

Black with #FE3DB0

Text Example


Text Example

White with #FE3DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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