Html Css Color HEX #FB66A0 Brilliant Rose

📋 copy color: '#FB66A0'

red 251 ◦ green 102 ◦ blue 160

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

Shades of Brilliant Rose #FB66A0

Tints of Brilliant Rose #FB66A0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.88%

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

R = 48.93%
G = 19.88%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB66A0 (or 0xFB66A0) is known color: Brilliant Rose. HEX triplet: FB, 66 and A0. RGB value is (251,102,160). Sum of RGB (Red+Green+Blue) = 251+102+160=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB66A0 is #04995F. Grayscale: #999999. Windows color (decimal): -301408 or 10512123. OLE color: 10512123.

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

Color convert

RGB 251 102 160 -
CMYK 0 0.59 0.36 0.02
HSL 336.64º 0.95% 0.69% -
HSV(B) 336.64º 0.59% 0.98% -
XYZ 50.88 32.55 36.86 -
YUV 153.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 251 102 160 0 0.59 0.36 0.02 336.64 0.95 0.69
Hex FB 66 A0 0 3B 24 2 151 5F 45
Octal 373 146 240 0 73 44 2 521 137 105
Binary 11111011 1100110 10100000 0 111011 100100 10 101010001 1011111 1000101

Color Harmonies of #FB66A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB66A0

Black with #FB66A0

Text Example


Text Example

White with #FB66A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB66A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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