Html Css Color HEX #FB61A2 Brilliant Rose

📋 copy color: '#FB61A2'

red 251 ◦ green 97 ◦ blue 162

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

Shades of Brilliant Rose #FB61A2

Tints of Brilliant Rose #FB61A2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.02%

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

R = 49.22%
G = 19.02%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB61A2 (or 0xFB61A2) is known color: Brilliant Rose. HEX triplet: FB, 61 and A2. RGB value is (251,97,162). Sum of RGB (Red+Green+Blue) = 251+97+162=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB61A2 is #049E5D. Grayscale: #969696. Windows color (decimal): -302686 or 10641915. OLE color: 10641915.

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

Color convert

RGB 251 97 162 -
CMYK 0 0.61 0.35 0.02
HSL 334.68º 0.95% 0.68% -
HSV(B) 334.68º 0.61% 0.98% -
XYZ 50.58 31.67 37.63 -
YUV 150.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 251 97 162 0 0.61 0.35 0.02 334.68 0.95 0.68
Hex FB 61 A2 0 3D 23 2 14F 5F 44
Octal 373 141 242 0 75 43 2 517 137 104
Binary 11111011 1100001 10100010 0 111101 100011 10 101001111 1011111 1000100

Color Harmonies of #FB61A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB61A2

Black with #FB61A2

Text Example


Text Example

White with #FB61A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB61A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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