Html Css Color HEX #FB34A6 Persian Rose

📋 copy color: '#FB34A6'

red 251 ◦ green 52 ◦ blue 166

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

Shades of Persian Rose #FB34A6

Tints of Persian Rose #FB34A6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.09%

 BLUE value IS 166 (65.23% from 255) = 35.39%

R = 53.52%
G = 11.09%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB34A6 (or 0xFB34A6) is known color: Persian Rose. HEX triplet: FB, 34 and A6. RGB value is (251,52,166). Sum of RGB (Red+Green+Blue) = 251+52+166=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB34A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB34A6 is #04CB59. Grayscale: #7C7C7C. Windows color (decimal): -314202 or 10892539. OLE color: 10892539.

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

Color convert

RGB 251 52 166 -
CMYK 0 0.79 0.34 0.02
HSL 325.63º 0.96% 0.59% -
HSV(B) 325.63º 0.79% 0.98% -
XYZ 47.89 25.72 38.52 -
YUV 124.5 151.43 218.23 -
System Red Green Blue C M Y K H S L
Decimal 251 52 166 0 0.79 0.34 0.02 325.63 0.96 0.59
Hex FB 34 A6 0 4F 22 2 146 60 3B
Octal 373 64 246 0 117 42 2 506 140 73
Binary 11111011 110100 10100110 0 1001111 100010 10 101000110 1100000 111011

Color Harmonies of #FB34A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB34A6

Black with #FB34A6

Text Example


Text Example

White with #FB34A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB34A6; }

 p { color: rgb(251,52,166); }

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

background-color css

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

 a { background-color: rgb(251,52,166); }

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

border-color css

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

 span { border-color: rgb(251,52,166); }

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