Html Css Color HEX #FB35A8 Persian Rose

📋 copy color: '#FB35A8'

red 251 ◦ green 53 ◦ blue 168

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

Shades of Persian Rose #FB35A8

Tints of Persian Rose #FB35A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 53.18%
G = 11.23%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB35A8 (or 0xFB35A8) is known color: Persian Rose. HEX triplet: FB, 35 and A8. RGB value is (251,53,168). Sum of RGB (Red+Green+Blue) = 251+53+168=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB35A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB35A8 is #04CA57. Grayscale: #7D7D7D. Windows color (decimal): -313944 or 11023867. OLE color: 11023867.

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

Color convert

RGB 251 53 168 -
CMYK 0 0.79 0.33 0.02
HSL 325.15º 0.96% 0.6% -
HSV(B) 325.15º 0.79% 0.98% -
XYZ 48.12 25.88 39.51 -
YUV 125.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 251 53 168 0 0.79 0.33 0.02 325.15 0.96 0.6
Hex FB 35 A8 0 4F 21 2 145 60 3C
Octal 373 65 250 0 117 41 2 505 140 74
Binary 11111011 110101 10101000 0 1001111 100001 10 101000101 1100000 111100

Color Harmonies of #FB35A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB35A8

Black with #FB35A8

Text Example


Text Example

White with #FB35A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB35A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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