Html Css Color HEX #FA679F Brilliant Rose

📋 copy color: '#FA679F'

red 250 ◦ green 103 ◦ blue 159

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

Shades of Brilliant Rose #FA679F

Tints of Brilliant Rose #FA679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.12%

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

R = 48.83%
G = 20.12%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA679F (or 0xFA679F) is known color: Brilliant Rose. HEX triplet: FA, 67 and 9F. RGB value is (250,103,159). Sum of RGB (Red+Green+Blue) = 250+103+159=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA679F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA679F is #059860. Grayscale: #999999. Windows color (decimal): -366689 or 10446842. OLE color: 10446842.

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

Color convert

RGB 250 103 159 -
CMYK 0 0.59 0.36 0.02
HSL 337.14º 0.94% 0.69% -
HSV(B) 337.14º 0.59% 0.98% -
XYZ 50.53 32.53 36.42 -
YUV 153.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 250 103 159 0 0.59 0.36 0.02 337.14 0.94 0.69
Hex FA 67 9F 0 3B 24 2 151 5E 45
Octal 372 147 237 0 73 44 2 521 136 105
Binary 11111010 1100111 10011111 0 111011 100100 10 101010001 1011110 1000101

Color Harmonies of #FA679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA679F

Black with #FA679F

Text Example


Text Example

White with #FA679F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA679F; }

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

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

background-color css

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

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

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

border-color css

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

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

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