Html Css Color HEX #FB2C9F Persian Rose

📋 copy color: '#FB2C9F'

red 251 ◦ green 44 ◦ blue 159

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

Shades of Persian Rose #FB2C9F

Tints of Persian Rose #FB2C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.69%

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

R = 55.29%
G = 9.69%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB2C9F (or 0xFB2C9F) is known color: Persian Rose. HEX triplet: FB, 2C and 9F. RGB value is (251,44,159). Sum of RGB (Red+Green+Blue) = 251+44+159=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2C9F is #04D360. Grayscale: #767676. Windows color (decimal): -316257 or 10431739. OLE color: 10431739.

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

Color convert

RGB 251 44 159 -
CMYK 0 0.82 0.37 0.02
HSL 326.67º 0.96% 0.58% -
HSV(B) 326.67º 0.82% 0.98% -
XYZ 46.94 24.81 35.12 -
YUV 119 150.58 222.15 -
System Red Green Blue C M Y K H S L
Decimal 251 44 159 0 0.82 0.37 0.02 326.67 0.96 0.58
Hex FB 2C 9F 0 52 25 2 147 60 3A
Octal 373 54 237 0 122 45 2 507 140 72
Binary 11111011 101100 10011111 0 1010010 100101 10 101000111 1100000 111010

Color Harmonies of #FB2C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2C9F

Black with #FB2C9F

Text Example


Text Example

White with #FB2C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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