Html Css Color HEX #FB60A2 Brilliant Rose

📋 copy color: '#FB60A2'

red 251 ◦ green 96 ◦ blue 162

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

Shades of Brilliant Rose #FB60A2

Tints of Brilliant Rose #FB60A2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.86%

 BLUE value IS 162 (63.67% from 255) = 31.83%

R = 49.31%
G = 18.86%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB60A2 (or 0xFB60A2) is known color: Brilliant Rose. HEX triplet: FB, 60 and A2. RGB value is (251,96,162). Sum of RGB (Red+Green+Blue) = 251+96+162=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB60A2 is #049F5D. Grayscale: #959595. Windows color (decimal): -302942 or 10641659. OLE color: 10641659.

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

Color convert

RGB 251 96 162 -
CMYK 0 0.62 0.35 0.02
HSL 334.45º 0.95% 0.68% -
HSV(B) 334.45º 0.62% 0.98% -
XYZ 50.49 31.48 37.6 -
YUV 149.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 251 96 162 0 0.62 0.35 0.02 334.45 0.95 0.68
Hex FB 60 A2 0 3E 23 2 14E 5F 44
Octal 373 140 242 0 76 43 2 516 137 104
Binary 11111011 1100000 10100010 0 111110 100011 10 101001110 1011111 1000100

Color Harmonies of #FB60A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60A2

Black with #FB60A2

Text Example


Text Example

White with #FB60A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60A2; }

 p { color: rgb(251,96,162); }

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

background-color css

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

 a { background-color: rgb(251,96,162); }

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

border-color css

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

 span { border-color: rgb(251,96,162); }

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