Html Css Color HEX #FB49AF Brilliant Rose

📋 copy color: '#FB49AF'

red 251 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #FB49AF

Tints of Brilliant Rose #FB49AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.63%

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 50.3%
G = 14.63%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB49AF (or 0xFB49AF) is known color: Brilliant Rose. HEX triplet: FB, 49 and AF. RGB value is (251,73,175). Sum of RGB (Red+Green+Blue) = 251+73+175=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB49AF is #04B650. Grayscale: #898989. Windows color (decimal): -308817 or 11487739. OLE color: 11487739.

HSL color Cylindrical-coordinate representation of color #FB49AF: hue angle of 325.62º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB49AF is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 73 175 -
CMYK 0 0.71 0.30 0.02
HSL 325.62º 0.96% 0.64% -
HSV(B) 325.62º 0.71% 0.98% -
XYZ 49.9 28.37 43.4 -
YUV 137.85 148.97 208.71 -
System Red Green Blue C M Y K H S L
Decimal 251 73 175 0 0.71 0.30 0.02 325.62 0.96 0.64
Hex FB 49 AF 0 47 1E 2 146 60 40
Octal 373 111 257 0 107 36 2 506 140 100
Binary 11111011 1001001 10101111 0 1000111 11110 10 101000110 1100000 1000000

Color Harmonies of #FB49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49AF

Black with #FB49AF

Text Example


Text Example

White with #FB49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49AF; }

 p { color: rgb(251,73,175); }

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

background-color css

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

 a { background-color: rgb(251,73,175); }

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

border-color css

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

 span { border-color: rgb(251,73,175); }

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