Html Css Color HEX #FB60A8 Brilliant Rose

📋 copy color: '#FB60A8'

red 251 ◦ green 96 ◦ blue 168

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

Shades of Brilliant Rose #FB60A8

Tints of Brilliant Rose #FB60A8

RGB

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

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

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

R = 48.74%
G = 18.64%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB60A8 (or 0xFB60A8) is known color: Brilliant Rose. HEX triplet: FB, 60 and A8. RGB value is (251,96,168). Sum of RGB (Red+Green+Blue) = 251+96+168=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB60A8 is #049F57. Grayscale: #969696. Windows color (decimal): -302936 or 11034875. OLE color: 11034875.

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

Color convert

RGB 251 96 168 -
CMYK 0 0.62 0.33 0.02
HSL 332.13º 0.95% 0.68% -
HSV(B) 332.13º 0.62% 0.98% -
XYZ 51.03 31.7 40.48 -
YUV 150.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 251 96 168 0 0.62 0.33 0.02 332.13 0.95 0.68
Hex FB 60 A8 0 3E 21 2 14C 5F 44
Octal 373 140 250 0 76 41 2 514 137 104
Binary 11111011 1100000 10101000 0 111110 100001 10 101001100 1011111 1000100

Color Harmonies of #FB60A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60A8

Black with #FB60A8

Text Example


Text Example

White with #FB60A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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