Html Css Color HEX #FE37B2 Persian Rose

📋 copy color: '#FE37B2'

red 254 ◦ green 55 ◦ blue 178

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

Shades of Persian Rose #FE37B2

Tints of Persian Rose #FE37B2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.29%

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

R = 52.16%
G = 11.29%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE37B2 (or 0xFE37B2) is known color: Persian Rose. HEX triplet: FE, 37 and B2. RGB value is (254,55,178). Sum of RGB (Red+Green+Blue) = 254+55+178=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37B2 is #01C84D. Grayscale: #808080. Windows color (decimal): -116814 or 11679742. OLE color: 11679742.

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

Color convert

RGB 254 55 178 -
CMYK 0 0.78 0.30 0.00
HSL 322.91º 0.99% 0.61% -
HSV(B) 322.91º 0.78% 1% -
XYZ 50.28 27.02 44.68 -
YUV 128.52 155.93 217.5 -
System Red Green Blue C M Y K H S L
Decimal 254 55 178 0 0.78 0.30 0.00 322.91 0.99 0.61
Hex FE 37 B2 0 4E 1E 0 143 63 3D
Octal 376 67 262 0 116 36 0 503 143 75
Binary 11111110 110111 10110010 0 1001110 11110 0 101000011 1100011 111101

Color Harmonies of #FE37B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37B2

Black with #FE37B2

Text Example


Text Example

White with #FE37B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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