Html Css Color HEX #FB6097 Brilliant Rose

📋 copy color: '#FB6097'

red 251 ◦ green 96 ◦ blue 151

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

Shades of Brilliant Rose #FB6097

Tints of Brilliant Rose #FB6097

RGB

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

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

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

R = 50.4%
G = 19.28%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB6097 (or 0xFB6097) is known color: Brilliant Rose. HEX triplet: FB, 60 and 97. RGB value is (251,96,151). Sum of RGB (Red+Green+Blue) = 251+96+151=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6097 is #049F68. Grayscale: #949494. Windows color (decimal): -302953 or 9920763. OLE color: 9920763.

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

Color convert

RGB 251 96 151 -
CMYK 0 0.62 0.40 0.02
HSL 338.71º 0.95% 0.68% -
HSV(B) 338.71º 0.62% 0.98% -
XYZ 49.55 31.11 32.67 -
YUV 148.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 251 96 151 0 0.62 0.40 0.02 338.71 0.95 0.68
Hex FB 60 97 0 3E 28 2 153 5F 44
Octal 373 140 227 0 76 50 2 523 137 104
Binary 11111011 1100000 10010111 0 111110 101000 10 101010011 1011111 1000100

Color Harmonies of #FB6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6097

Black with #FB6097

Text Example


Text Example

White with #FB6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6097; }

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

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

background-color css

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

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

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

border-color css

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

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

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