Html Css Color HEX #FA679A Brilliant Rose

📋 copy color: '#FA679A'

red 250 ◦ green 103 ◦ blue 154

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

Shades of Brilliant Rose #FA679A

Tints of Brilliant Rose #FA679A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 49.31%
G = 20.32%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA679A (or 0xFA679A) is known color: Brilliant Rose. HEX triplet: FA, 67 and 9A. RGB value is (250,103,154). Sum of RGB (Red+Green+Blue) = 250+103+154=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA679A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA679A is #059865. Grayscale: #989898. Windows color (decimal): -366694 or 10119162. OLE color: 10119162.

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

Color convert

RGB 250 103 154 -
CMYK 0 0.59 0.38 0.02
HSL 339.18º 0.94% 0.69% -
HSV(B) 339.18º 0.59% 0.98% -
XYZ 50.11 32.36 34.18 -
YUV 152.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 250 103 154 0 0.59 0.38 0.02 339.18 0.94 0.69
Hex FA 67 9A 0 3B 26 2 153 5E 45
Octal 372 147 232 0 73 46 2 523 136 105
Binary 11111010 1100111 10011010 0 111011 100110 10 101010011 1011110 1000101

Color Harmonies of #FA679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA679A

Black with #FA679A

Text Example


Text Example

White with #FA679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA679A; }

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

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

background-color css

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

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

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

border-color css

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

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

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