Html Css Color HEX #FB35B2 Persian Rose

📋 copy color: '#FB35B2'

red 251 ◦ green 53 ◦ blue 178

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

Shades of Persian Rose #FB35B2

Tints of Persian Rose #FB35B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 52.07%
G = 11%
B = 36.93%

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

#FB35B2 (or 0xFB35B2) is known color: Persian Rose. HEX triplet: FB, 35 and B2. RGB value is (251,53,178). Sum of RGB (Red+Green+Blue) = 251+53+178=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB35B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB35B2 is #04CA4D. Grayscale: #7E7E7E. Windows color (decimal): -313934 or 11679227. OLE color: 11679227.

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

Color convert

RGB 251 53 178 -
CMYK 0 0.79 0.29 0.02
HSL 322.12º 0.96% 0.6% -
HSV(B) 322.12º 0.79% 0.98% -
XYZ 49.09 26.27 44.6 -
YUV 126.45 157.1 216.84 -
System Red Green Blue C M Y K H S L
Decimal 251 53 178 0 0.79 0.29 0.02 322.12 0.96 0.6
Hex FB 35 B2 0 4F 1D 2 142 60 3C
Octal 373 65 262 0 117 35 2 502 140 74
Binary 11111011 110101 10110010 0 1001111 11101 10 101000010 1100000 111100

Color Harmonies of #FB35B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB35B2

Black with #FB35B2

Text Example


Text Example

White with #FB35B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB35B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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