Html Css Color HEX #FB65A2 Brilliant Rose

📋 copy color: '#FB65A2'

red 251 ◦ green 101 ◦ blue 162

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

Shades of Brilliant Rose #FB65A2

Tints of Brilliant Rose #FB65A2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.65%

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

R = 48.83%
G = 19.65%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB65A2 (or 0xFB65A2) is known color: Brilliant Rose. HEX triplet: FB, 65 and A2. RGB value is (251,101,162). Sum of RGB (Red+Green+Blue) = 251+101+162=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB65A2 is #049A5D. Grayscale: #989898. Windows color (decimal): -301662 or 10642939. OLE color: 10642939.

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

Color convert

RGB 251 101 162 -
CMYK 0 0.60 0.35 0.02
HSL 335.6º 0.95% 0.69% -
HSV(B) 335.6º 0.6% 0.98% -
XYZ 50.96 32.43 37.76 -
YUV 152.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 251 101 162 0 0.60 0.35 0.02 335.6 0.95 0.69
Hex FB 65 A2 0 3C 23 2 150 5F 45
Octal 373 145 242 0 74 43 2 520 137 105
Binary 11111011 1100101 10100010 0 111100 100011 10 101010000 1011111 1000101

Color Harmonies of #FB65A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB65A2

Black with #FB65A2

Text Example


Text Example

White with #FB65A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB65A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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