Html Css Color HEX #FB26A9 Persian Rose

📋 copy color: '#FB26A9'

red 251 ◦ green 38 ◦ blue 169

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

Shades of Persian Rose #FB26A9

Tints of Persian Rose #FB26A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.3%

 BLUE value IS 169 (66.41% from 255) = 36.9%

R = 54.8%
G = 8.3%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB26A9 (or 0xFB26A9) is known color: Persian Rose. HEX triplet: FB, 26 and A9. RGB value is (251,38,169). Sum of RGB (Red+Green+Blue) = 251+38+169=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB26A9 is #04D956. Grayscale: #747474. Windows color (decimal): -317783 or 11085563. OLE color: 11085563.

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

Color convert

RGB 251 38 169 -
CMYK 0 0.85 0.33 0.02
HSL 323.1º 0.96% 0.57% -
HSV(B) 323.1º 0.85% 0.98% -
XYZ 47.64 24.76 39.8 -
YUV 116.62 157.57 223.85 -
System Red Green Blue C M Y K H S L
Decimal 251 38 169 0 0.85 0.33 0.02 323.1 0.96 0.57
Hex FB 26 A9 0 55 21 2 143 60 39
Octal 373 46 251 0 125 41 2 503 140 71
Binary 11111011 100110 10101001 0 1010101 100001 10 101000011 1100000 111001

Color Harmonies of #FB26A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB26A9

Black with #FB26A9

Text Example


Text Example

White with #FB26A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB26A9; }

 p { color: rgb(251,38,169); }

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

background-color css

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

 a { background-color: rgb(251,38,169); }

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

border-color css

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

 span { border-color: rgb(251,38,169); }

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