Html Css Color HEX #FE3BB2 Persian Rose

📋 copy color: '#FE3BB2'

red 254 ◦ green 59 ◦ blue 178

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

Shades of Persian Rose #FE3BB2

Tints of Persian Rose #FE3BB2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.02%

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 51.73%
G = 12.02%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE3BB2 (or 0xFE3BB2) is known color: Persian Rose. HEX triplet: FE, 3B and B2. RGB value is (254,59,178). Sum of RGB (Red+Green+Blue) = 254+59+178=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3BB2 is #01C44D. Grayscale: #828282. Windows color (decimal): -115790 or 11680766. OLE color: 11680766.

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

Color convert

RGB 254 59 178 -
CMYK 0 0.77 0.30 0.00
HSL 323.38º 0.99% 0.61% -
HSV(B) 323.38º 0.77% 1% -
XYZ 50.47 27.41 44.75 -
YUV 130.87 154.6 215.82 -
System Red Green Blue C M Y K H S L
Decimal 254 59 178 0 0.77 0.30 0.00 323.38 0.99 0.61
Hex FE 3B B2 0 4D 1E 0 143 63 3D
Octal 376 73 262 0 115 36 0 503 143 75
Binary 11111110 111011 10110010 0 1001101 11110 0 101000011 1100011 111101

Color Harmonies of #FE3BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3BB2

Black with #FE3BB2

Text Example


Text Example

White with #FE3BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3BB2; }

 p { color: rgb(254,59,178); }

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

background-color css

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

 a { background-color: rgb(254,59,178); }

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

border-color css

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

 span { border-color: rgb(254,59,178); }

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