Html Css Color HEX #FB60A3 Brilliant Rose

📋 copy color: '#FB60A3'

red 251 ◦ green 96 ◦ blue 163

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

Shades of Brilliant Rose #FB60A3

Tints of Brilliant Rose #FB60A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 49.22%
G = 18.82%
B = 31.96%

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

#FB60A3 (or 0xFB60A3) is known color: Brilliant Rose. HEX triplet: FB, 60 and A3. RGB value is (251,96,163). Sum of RGB (Red+Green+Blue) = 251+96+163=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB60A3 is #049F5C. Grayscale: #959595. Windows color (decimal): -302941 or 10707195. OLE color: 10707195.

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

Color convert

RGB 251 96 163 -
CMYK 0 0.62 0.35 0.02
HSL 334.06º 0.95% 0.68% -
HSV(B) 334.06º 0.62% 0.98% -
XYZ 50.58 31.52 38.07 -
YUV 149.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 251 96 163 0 0.62 0.35 0.02 334.06 0.95 0.68
Hex FB 60 A3 0 3E 23 2 14E 5F 44
Octal 373 140 243 0 76 43 2 516 137 104
Binary 11111011 1100000 10100011 0 111110 100011 10 101001110 1011111 1000100

Color Harmonies of #FB60A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60A3

Black with #FB60A3

Text Example


Text Example

White with #FB60A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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