Html Css Color HEX #FB3DB0 Persian Rose

📋 copy color: '#FB3DB0'

red 251 ◦ green 61 ◦ blue 176

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

Shades of Persian Rose #FB3DB0

Tints of Persian Rose #FB3DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.5%

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 51.43%
G = 12.5%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB3DB0 (or 0xFB3DB0) is known color: Persian Rose. HEX triplet: FB, 3D and B0. RGB value is (251,61,176). Sum of RGB (Red+Green+Blue) = 251+61+176=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3DB0 is #04C24F. Grayscale: #828282. Windows color (decimal): -311888 or 11550203. OLE color: 11550203.

HSL color Cylindrical-coordinate representation of color #FB3DB0: hue angle of 323.68º 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 #FB3DB0 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 61 176 -
CMYK 0 0.76 0.30 0.02
HSL 323.68º 0.96% 0.61% -
HSV(B) 323.68º 0.76% 0.98% -
XYZ 49.29 26.98 43.68 -
YUV 130.92 153.45 213.65 -
System Red Green Blue C M Y K H S L
Decimal 251 61 176 0 0.76 0.30 0.02 323.68 0.96 0.61
Hex FB 3D B0 0 4C 1E 2 144 60 3D
Octal 373 75 260 0 114 36 2 504 140 75
Binary 11111011 111101 10110000 0 1001100 11110 10 101000100 1100000 111101

Color Harmonies of #FB3DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3DB0

Black with #FB3DB0

Text Example


Text Example

White with #FB3DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3DB0; }

 p { color: rgb(251,61,176); }

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

background-color css

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

 a { background-color: rgb(251,61,176); }

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

border-color css

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

 span { border-color: rgb(251,61,176); }

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