Html Css Color HEX #FB6497 Brilliant Rose

📋 copy color: '#FB6497'

red 251 ◦ green 100 ◦ blue 151

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

Shades of Brilliant Rose #FB6497

Tints of Brilliant Rose #FB6497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.92%

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

R = 50%
G = 19.92%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB6497 (or 0xFB6497) is known color: Brilliant Rose. HEX triplet: FB, 64 and 97. RGB value is (251,100,151). Sum of RGB (Red+Green+Blue) = 251+100+151=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6497 is #049B68. Grayscale: #969696. Windows color (decimal): -301929 or 9921787. OLE color: 9921787.

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

Color convert

RGB 251 100 151 -
CMYK 0 0.60 0.40 0.02
HSL 339.74º 0.95% 0.69% -
HSV(B) 339.74º 0.6% 0.98% -
XYZ 49.93 31.86 32.8 -
YUV 150.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 251 100 151 0 0.60 0.40 0.02 339.74 0.95 0.69
Hex FB 64 97 0 3C 28 2 154 5F 45
Octal 373 144 227 0 74 50 2 524 137 105
Binary 11111011 1100100 10010111 0 111100 101000 10 101010100 1011111 1000101

Color Harmonies of #FB6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6497

Black with #FB6497

Text Example


Text Example

White with #FB6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6497; }

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

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

background-color css

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

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

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

border-color css

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

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

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