Html Css Color HEX #FB2A9F Persian Rose

📋 copy color: '#FB2A9F'

red 251 ◦ green 42 ◦ blue 159

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

Shades of Persian Rose #FB2A9F

Tints of Persian Rose #FB2A9F

RGB

 RED value IS 251 (98.44% from 255) = 55.53%

 GREEN value IS 42 (16.8% from 255) = 9.29%

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 55.53%
G = 9.29%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB2A9F (or 0xFB2A9F) is known color: Persian Rose. HEX triplet: FB, 2A and 9F. RGB value is (251,42,159). Sum of RGB (Red+Green+Blue) = 251+42+159=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2A9F is #04D560. Grayscale: #757575. Windows color (decimal): -316769 or 10431227. OLE color: 10431227.

HSL color Cylindrical-coordinate representation of color #FB2A9F: hue angle of 326.41º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2A9F is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 42 159 -
CMYK 0 0.83 0.37 0.02
HSL 326.41º 0.96% 0.57% -
HSV(B) 326.41º 0.83% 0.98% -
XYZ 46.87 24.67 35.09 -
YUV 117.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 251 42 159 0 0.83 0.37 0.02 326.41 0.96 0.57
Hex FB 2A 9F 0 53 25 2 146 60 39
Octal 373 52 237 0 123 45 2 506 140 71
Binary 11111011 101010 10011111 0 1010011 100101 10 101000110 1100000 111001

Color Harmonies of #FB2A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A9F

Black with #FB2A9F

Text Example


Text Example

White with #FB2A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A9F; }

 p { color: rgb(251,42,159); }

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

background-color css

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

 a { background-color: rgb(251,42,159); }

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

border-color css

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

 span { border-color: rgb(251,42,159); }

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