Html Css Color HEX #FB3FB1 Persian Rose

📋 copy color: '#FB3FB1'

red 251 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #FB3FB1

Tints of Persian Rose #FB3FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 12.83%

 BLUE value IS 177 (69.53% from 255) = 36.05%

R = 51.12%
G = 12.83%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB3FB1 (or 0xFB3FB1) is known color: Persian Rose. HEX triplet: FB, 3F and B1. RGB value is (251,63,177). Sum of RGB (Red+Green+Blue) = 251+63+177=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3FB1 is #04C04E. Grayscale: #838383. Windows color (decimal): -311375 or 11616251. OLE color: 11616251.

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

Color convert

RGB 251 63 177 -
CMYK 0 0.75 0.29 0.02
HSL 323.62º 0.96% 0.62% -
HSV(B) 323.62º 0.75% 0.98% -
XYZ 49.5 27.24 44.24 -
YUV 132.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 251 63 177 0 0.75 0.29 0.02 323.62 0.96 0.62
Hex FB 3F B1 0 4B 1D 2 144 60 3E
Octal 373 77 261 0 113 35 2 504 140 76
Binary 11111011 111111 10110001 0 1001011 11101 10 101000100 1100000 111110

Color Harmonies of #FB3FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3FB1

Black with #FB3FB1

Text Example


Text Example

White with #FB3FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3FB1; }

 p { color: rgb(251,63,177); }

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

background-color css

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

 a { background-color: rgb(251,63,177); }

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

border-color css

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

 span { border-color: rgb(251,63,177); }

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