Html Css Color HEX #FB21A6 Persian Rose

📋 copy color: '#FB21A6'

red 251 ◦ green 33 ◦ blue 166

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

Shades of Persian Rose #FB21A6

Tints of Persian Rose #FB21A6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.33%

 BLUE value IS 166 (65.23% from 255) = 36.89%

R = 55.78%
G = 7.33%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB21A6 (or 0xFB21A6) is known color: Persian Rose. HEX triplet: FB, 21 and A6. RGB value is (251,33,166). Sum of RGB (Red+Green+Blue) = 251+33+166=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB21A6 is #04DE59. Grayscale: #717171. Windows color (decimal): -319066 or 10887675. OLE color: 10887675.

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

Color convert

RGB 251 33 166 -
CMYK 0 0.87 0.34 0.02
HSL 323.39º 0.96% 0.56% -
HSV(B) 323.39º 0.87% 0.98% -
XYZ 47.21 24.35 38.29 -
YUV 113.34 157.72 226.19 -
System Red Green Blue C M Y K H S L
Decimal 251 33 166 0 0.87 0.34 0.02 323.39 0.96 0.56
Hex FB 21 A6 0 57 22 2 143 60 38
Octal 373 41 246 0 127 42 2 503 140 70
Binary 11111011 100001 10100110 0 1010111 100010 10 101000011 1100000 111000

Color Harmonies of #FB21A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21A6

Black with #FB21A6

Text Example


Text Example

White with #FB21A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21A6; }

 p { color: rgb(251,33,166); }

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

background-color css

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

 a { background-color: rgb(251,33,166); }

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

border-color css

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

 span { border-color: rgb(251,33,166); }

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