Html Css Color HEX #FB6696 Brilliant Rose

📋 copy color: '#FB6696'

red 251 ◦ green 102 ◦ blue 150

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

Shades of Brilliant Rose #FB6696

Tints of Brilliant Rose #FB6696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 49.9%
G = 20.28%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB6696 (or 0xFB6696) is known color: Brilliant Rose. HEX triplet: FB, 66 and 96. RGB value is (251,102,150). Sum of RGB (Red+Green+Blue) = 251+102+150=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6696 is #049969. Grayscale: #979797. Windows color (decimal): -301418 or 9856763. OLE color: 9856763.

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

Color convert

RGB 251 102 150 -
CMYK 0 0.59 0.40 0.02
HSL 340.67º 0.95% 0.69% -
HSV(B) 340.67º 0.59% 0.98% -
XYZ 50.04 32.21 32.43 -
YUV 152.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 251 102 150 0 0.59 0.40 0.02 340.67 0.95 0.69
Hex FB 66 96 0 3B 28 2 155 5F 45
Octal 373 146 226 0 73 50 2 525 137 105
Binary 11111011 1100110 10010110 0 111011 101000 10 101010101 1011111 1000101

Color Harmonies of #FB6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6696

Black with #FB6696

Text Example


Text Example

White with #FB6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6696; }

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

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

background-color css

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

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

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

border-color css

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

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

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