Html Css Color HEX #FB69A0 Brilliant Rose

📋 copy color: '#FB69A0'

red 251 ◦ green 105 ◦ blue 160

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

Shades of Brilliant Rose #FB69A0

Tints of Brilliant Rose #FB69A0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.35%

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 48.64%
G = 20.35%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB69A0 (or 0xFB69A0) is known color: Brilliant Rose. HEX triplet: FB, 69 and A0. RGB value is (251,105,160). Sum of RGB (Red+Green+Blue) = 251+105+160=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB69A0 is #04965F. Grayscale: #9A9A9A. Windows color (decimal): -300640 or 10512891. OLE color: 10512891.

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

Color convert

RGB 251 105 160 -
CMYK 0 0.58 0.36 0.02
HSL 337.4º 0.95% 0.7% -
HSV(B) 337.4º 0.58% 0.98% -
XYZ 51.18 33.15 36.96 -
YUV 154.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 251 105 160 0 0.58 0.36 0.02 337.4 0.95 0.7
Hex FB 69 A0 0 3A 24 2 151 5F 46
Octal 373 151 240 0 72 44 2 521 137 106
Binary 11111011 1101001 10100000 0 111010 100100 10 101010001 1011111 1000110

Color Harmonies of #FB69A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB69A0

Black with #FB69A0

Text Example


Text Example

White with #FB69A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB69A0; }

 p { color: rgb(251,105,160); }

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

background-color css

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

 a { background-color: rgb(251,105,160); }

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

border-color css

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

 span { border-color: rgb(251,105,160); }

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