Html Css Color HEX #FA629F Brilliant Rose

📋 copy color: '#FA629F'

red 250 ◦ green 98 ◦ blue 159

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

Shades of Brilliant Rose #FA629F

Tints of Brilliant Rose #FA629F

RGB

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

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

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

R = 49.31%
G = 19.33%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA629F (or 0xFA629F) is known color: Brilliant Rose. HEX triplet: FA, 62 and 9F. RGB value is (250,98,159). Sum of RGB (Red+Green+Blue) = 250+98+159=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA629F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA629F is #059D60. Grayscale: #969696. Windows color (decimal): -367969 or 10445562. OLE color: 10445562.

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

Color convert

RGB 250 98 159 -
CMYK 0 0.61 0.36 0.02
HSL 335.92º 0.94% 0.68% -
HSV(B) 335.92º 0.61% 0.98% -
XYZ 50.05 31.56 36.26 -
YUV 150.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 250 98 159 0 0.61 0.36 0.02 335.92 0.94 0.68
Hex FA 62 9F 0 3D 24 2 150 5E 44
Octal 372 142 237 0 75 44 2 520 136 104
Binary 11111010 1100010 10011111 0 111101 100100 10 101010000 1011110 1000100

Color Harmonies of #FA629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA629F

Black with #FA629F

Text Example


Text Example

White with #FA629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA629F; }

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

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

background-color css

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

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

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

border-color css

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

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

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