Html Css Color HEX #FB5FA2 Brilliant Rose

📋 copy color: '#FB5FA2'

red 251 ◦ green 95 ◦ blue 162

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

Shades of Brilliant Rose #FB5FA2

Tints of Brilliant Rose #FB5FA2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.7%

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 49.41%
G = 18.7%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB5FA2 (or 0xFB5FA2) is known color: Brilliant Rose. HEX triplet: FB, 5F and A2. RGB value is (251,95,162). Sum of RGB (Red+Green+Blue) = 251+95+162=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5FA2 is #04A05D. Grayscale: #959595. Windows color (decimal): -303198 or 10641403. OLE color: 10641403.

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

Color convert

RGB 251 95 162 -
CMYK 0 0.62 0.35 0.02
HSL 334.23º 0.95% 0.68% -
HSV(B) 334.23º 0.62% 0.98% -
XYZ 50.4 31.3 37.57 -
YUV 149.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 251 95 162 0 0.62 0.35 0.02 334.23 0.95 0.68
Hex FB 5F A2 0 3E 23 2 14E 5F 44
Octal 373 137 242 0 76 43 2 516 137 104
Binary 11111011 1011111 10100010 0 111110 100011 10 101001110 1011111 1000100

Color Harmonies of #FB5FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5FA2

Black with #FB5FA2

Text Example


Text Example

White with #FB5FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5FA2; }

 p { color: rgb(251,95,162); }

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

background-color css

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

 a { background-color: rgb(251,95,162); }

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

border-color css

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

 span { border-color: rgb(251,95,162); }

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