Html Css Color HEX #FA629C Brilliant Rose

📋 copy color: '#FA629C'

red 250 ◦ green 98 ◦ blue 156

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

Shades of Brilliant Rose #FA629C

Tints of Brilliant Rose #FA629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 49.6%
G = 19.44%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA629C (or 0xFA629C) is known color: Brilliant Rose. HEX triplet: FA, 62 and 9C. RGB value is (250,98,156). Sum of RGB (Red+Green+Blue) = 250+98+156=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA629C is #059D63. Grayscale: #959595. Windows color (decimal): -367972 or 10248954. OLE color: 10248954.

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

Color convert

RGB 250 98 156 -
CMYK 0 0.61 0.38 0.02
HSL 337.11º 0.94% 0.68% -
HSV(B) 337.11º 0.61% 0.98% -
XYZ 49.79 31.46 34.9 -
YUV 150.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 250 98 156 0 0.61 0.38 0.02 337.11 0.94 0.68
Hex FA 62 9C 0 3D 26 2 151 5E 44
Octal 372 142 234 0 75 46 2 521 136 104
Binary 11111010 1100010 10011100 0 111101 100110 10 101010001 1011110 1000100

Color Harmonies of #FA629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA629C

Black with #FA629C

Text Example


Text Example

White with #FA629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA629C; }

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

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

background-color css

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

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

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

border-color css

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

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

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