Html Css Color HEX #FB3BAC Persian Rose

📋 copy color: '#FB3BAC'

red 251 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #FB3BAC

Tints of Persian Rose #FB3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.24%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 52.07%
G = 12.24%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB3BAC (or 0xFB3BAC) is known color: Persian Rose. HEX triplet: FB, 3B and AC. RGB value is (251,59,172). Sum of RGB (Red+Green+Blue) = 251+59+172=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BAC is #04C453. Grayscale: #818181. Windows color (decimal): -312404 or 11287547. OLE color: 11287547.

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

Color convert

RGB 251 59 172 -
CMYK 0 0.76 0.31 0.02
HSL 324.69º 0.96% 0.61% -
HSV(B) 324.69º 0.76% 0.98% -
XYZ 48.79 26.62 41.6 -
YUV 129.29 152.11 214.81 -
System Red Green Blue C M Y K H S L
Decimal 251 59 172 0 0.76 0.31 0.02 324.69 0.96 0.61
Hex FB 3B AC 0 4C 1F 2 145 60 3D
Octal 373 73 254 0 114 37 2 505 140 75
Binary 11111011 111011 10101100 0 1001100 11111 10 101000101 1100000 111101

Color Harmonies of #FB3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3BAC

Black with #FB3BAC

Text Example


Text Example

White with #FB3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3BAC; }

 p { color: rgb(251,59,172); }

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

background-color css

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

 a { background-color: rgb(251,59,172); }

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

border-color css

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

 span { border-color: rgb(251,59,172); }

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