Html Css Color HEX #FA629E Brilliant Rose

📋 copy color: '#FA629E'

red 250 ◦ green 98 ◦ blue 158

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

Shades of Brilliant Rose #FA629E

Tints of Brilliant Rose #FA629E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.37%

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 49.41%
G = 19.37%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA629E (or 0xFA629E) is known color: Brilliant Rose. HEX triplet: FA, 62 and 9E. RGB value is (250,98,158). Sum of RGB (Red+Green+Blue) = 250+98+158=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA629E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA629E is #059D61. Grayscale: #969696. Windows color (decimal): -367970 or 10380026. OLE color: 10380026.

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

Color convert

RGB 250 98 158 -
CMYK 0 0.61 0.37 0.02
HSL 336.32º 0.94% 0.68% -
HSV(B) 336.32º 0.61% 0.98% -
XYZ 49.96 31.53 35.8 -
YUV 150.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 250 98 158 0 0.61 0.37 0.02 336.32 0.94 0.68
Hex FA 62 9E 0 3D 25 2 150 5E 44
Octal 372 142 236 0 75 45 2 520 136 104
Binary 11111010 1100010 10011110 0 111101 100101 10 101010000 1011110 1000100

Color Harmonies of #FA629E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA629E

Black with #FA629E

Text Example


Text Example

White with #FA629E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA629E; }

 p { color: rgb(250,98,158); }

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

background-color css

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

 a { background-color: rgb(250,98,158); }

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

border-color css

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

 span { border-color: rgb(250,98,158); }

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