Html Css Color HEX #FB2296 Persian Rose

📋 copy color: '#FB2296'

red 251 ◦ green 34 ◦ blue 150

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

Shades of Persian Rose #FB2296

Tints of Persian Rose #FB2296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.82%

 BLUE value IS 150 (58.98% from 255) = 34.48%

R = 57.7%
G = 7.82%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB2296 (or 0xFB2296) is known color: Persian Rose. HEX triplet: FB, 22 and 96. RGB value is (251,34,150). Sum of RGB (Red+Green+Blue) = 251+34+150=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2296 is #04DD69. Grayscale: #6F6F6F. Windows color (decimal): -318826 or 9839355. OLE color: 9839355.

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

Color convert

RGB 251 34 150 -
CMYK 0 0.86 0.40 0.02
HSL 327.93º 0.96% 0.56% -
HSV(B) 327.93º 0.86% 0.98% -
XYZ 45.86 23.86 31.04 -
YUV 112.11 149.39 227.07 -
System Red Green Blue C M Y K H S L
Decimal 251 34 150 0 0.86 0.40 0.02 327.93 0.96 0.56
Hex FB 22 96 0 56 28 2 148 60 38
Octal 373 42 226 0 126 50 2 510 140 70
Binary 11111011 100010 10010110 0 1010110 101000 10 101001000 1100000 111000

Color Harmonies of #FB2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2296

Black with #FB2296

Text Example


Text Example

White with #FB2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2296; }

 p { color: rgb(251,34,150); }

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

background-color css

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

 a { background-color: rgb(251,34,150); }

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

border-color css

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

 span { border-color: rgb(251,34,150); }

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