Html Css Color HEX #FE3BAF Persian Rose

📋 copy color: '#FE3BAF'

red 254 ◦ green 59 ◦ blue 175

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

Shades of Persian Rose #FE3BAF

Tints of Persian Rose #FE3BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.86%

R = 52.05%
G = 12.09%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE3BAF (or 0xFE3BAF) is known color: Persian Rose. HEX triplet: FE, 3B and AF. RGB value is (254,59,175). Sum of RGB (Red+Green+Blue) = 254+59+175=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3BAF is #01C450. Grayscale: #828282. Windows color (decimal): -115793 or 11484158. OLE color: 11484158.

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

Color convert

RGB 254 59 175 -
CMYK 0 0.77 0.31 0.00
HSL 324.31º 0.99% 0.61% -
HSV(B) 324.31º 0.77% 1% -
XYZ 50.17 27.29 43.18 -
YUV 130.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 254 59 175 0 0.77 0.31 0.00 324.31 0.99 0.61
Hex FE 3B AF 0 4D 1F 0 144 63 3D
Octal 376 73 257 0 115 37 0 504 143 75
Binary 11111110 111011 10101111 0 1001101 11111 0 101000100 1100011 111101

Color Harmonies of #FE3BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3BAF

Black with #FE3BAF

Text Example


Text Example

White with #FE3BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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