Html Css Color HEX #FB6997 Brilliant Rose

📋 copy color: '#FB6997'

red 251 ◦ green 105 ◦ blue 151

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

Shades of Brilliant Rose #FB6997

Tints of Brilliant Rose #FB6997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.71%

 BLUE value IS 151 (59.38% from 255) = 29.78%

R = 49.51%
G = 20.71%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB6997 (or 0xFB6997) is known color: Brilliant Rose. HEX triplet: FB, 69 and 97. RGB value is (251,105,151). Sum of RGB (Red+Green+Blue) = 251+105+151=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6997 is #049668. Grayscale: #999999. Windows color (decimal): -300649 or 9923067. OLE color: 9923067.

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

Color convert

RGB 251 105 151 -
CMYK 0 0.58 0.40 0.02
HSL 341.1º 0.95% 0.7% -
HSV(B) 341.1º 0.58% 0.98% -
XYZ 50.42 32.85 32.96 -
YUV 153.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 251 105 151 0 0.58 0.40 0.02 341.1 0.95 0.7
Hex FB 69 97 0 3A 28 2 155 5F 46
Octal 373 151 227 0 72 50 2 525 137 106
Binary 11111011 1101001 10010111 0 111010 101000 10 101010101 1011111 1000110

Color Harmonies of #FB6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6997

Black with #FB6997

Text Example


Text Example

White with #FB6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6997; }

 p { color: rgb(251,105,151); }

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

background-color css

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

 a { background-color: rgb(251,105,151); }

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

border-color css

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

 span { border-color: rgb(251,105,151); }

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