Html Css Color HEX #FB52A0 Brilliant Rose

📋 copy color: '#FB52A0'

red 251 ◦ green 82 ◦ blue 160

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

Shades of Brilliant Rose #FB52A0

Tints of Brilliant Rose #FB52A0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

 BLUE value IS 160 (62.89% from 255) = 32.45%

R = 50.91%
G = 16.63%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB52A0 (or 0xFB52A0) is known color: Brilliant Rose. HEX triplet: FB, 52 and A0. RGB value is (251,82,160). Sum of RGB (Red+Green+Blue) = 251+82+160=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB52A0 is #04AD5F. Grayscale: #8D8D8D. Windows color (decimal): -306528 or 10507003. OLE color: 10507003.

HSL color Cylindrical-coordinate representation of color #FB52A0: hue angle of 332.31º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB52A0 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 82 160 -
CMYK 0 0.67 0.36 0.02
HSL 332.31º 0.95% 0.65% -
HSV(B) 332.31º 0.67% 0.98% -
XYZ 49.15 29.08 36.28 -
YUV 141.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 251 82 160 0 0.67 0.36 0.02 332.31 0.95 0.65
Hex FB 52 A0 0 43 24 2 14C 5F 41
Octal 373 122 240 0 103 44 2 514 137 101
Binary 11111011 1010010 10100000 0 1000011 100100 10 101001100 1011111 1000001

Color Harmonies of #FB52A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB52A0

Black with #FB52A0

Text Example


Text Example

White with #FB52A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB52A0; }

 p { color: rgb(251,82,160); }

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

background-color css

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

 a { background-color: rgb(251,82,160); }

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

border-color css

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

 span { border-color: rgb(251,82,160); }

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