Html Css Color HEX #FA689F Brilliant Rose

📋 copy color: '#FA689F'

red 250 ◦ green 104 ◦ blue 159

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

Shades of Brilliant Rose #FA689F

Tints of Brilliant Rose #FA689F

RGB

 RED value IS 250 (98.05% from 255) = 48.73%

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 159 (62.5% from 255) = 30.99%

R = 48.73%
G = 20.27%
B = 30.99%

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

#FA689F (or 0xFA689F) is known color: Brilliant Rose. HEX triplet: FA, 68 and 9F. RGB value is (250,104,159). Sum of RGB (Red+Green+Blue) = 250+104+159=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA689F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA689F is #059760. Grayscale: #999999. Windows color (decimal): -366433 or 10447098. OLE color: 10447098.

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

Color convert

RGB 250 104 159 -
CMYK 0 0.58 0.36 0.02
HSL 337.4º 0.94% 0.69% -
HSV(B) 337.4º 0.58% 0.98% -
XYZ 50.63 32.73 36.45 -
YUV 153.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 250 104 159 0 0.58 0.36 0.02 337.4 0.94 0.69
Hex FA 68 9F 0 3A 24 2 151 5E 45
Octal 372 150 237 0 72 44 2 521 136 105
Binary 11111010 1101000 10011111 0 111010 100100 10 101010001 1011110 1000101

Color Harmonies of #FA689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA689F

Black with #FA689F

Text Example


Text Example

White with #FA689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA689F; }

 p { color: rgb(250,104,159); }

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

background-color css

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

 a { background-color: rgb(250,104,159); }

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

border-color css

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

 span { border-color: rgb(250,104,159); }

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