Html Css Color HEX #FB35B1 Persian Rose

📋 copy color: '#FB35B1'

red 251 ◦ green 53 ◦ blue 177

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

Shades of Persian Rose #FB35B1

Tints of Persian Rose #FB35B1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.02%

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

R = 52.18%
G = 11.02%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB35B1 (or 0xFB35B1) is known color: Persian Rose. HEX triplet: FB, 35 and B1. RGB value is (251,53,177). Sum of RGB (Red+Green+Blue) = 251+53+177=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB35B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB35B1 is #04CA4E. Grayscale: #7E7E7E. Windows color (decimal): -313935 or 11613691. OLE color: 11613691.

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

Color convert

RGB 251 53 177 -
CMYK 0 0.79 0.29 0.02
HSL 322.42º 0.96% 0.6% -
HSV(B) 322.42º 0.79% 0.98% -
XYZ 48.99 26.23 44.08 -
YUV 126.34 156.6 216.92 -
System Red Green Blue C M Y K H S L
Decimal 251 53 177 0 0.79 0.29 0.02 322.42 0.96 0.6
Hex FB 35 B1 0 4F 1D 2 142 60 3C
Octal 373 65 261 0 117 35 2 502 140 74
Binary 11111011 110101 10110001 0 1001111 11101 10 101000010 1100000 111100

Color Harmonies of #FB35B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB35B1

Black with #FB35B1

Text Example


Text Example

White with #FB35B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB35B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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