Html Css Color HEX #FA609F Brilliant Rose

📋 copy color: '#FA609F'

red 250 ◦ green 96 ◦ blue 159

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

Shades of Brilliant Rose #FA609F

Tints of Brilliant Rose #FA609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.01%

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

R = 49.5%
G = 19.01%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA609F (or 0xFA609F) is known color: Brilliant Rose. HEX triplet: FA, 60 and 9F. RGB value is (250,96,159). Sum of RGB (Red+Green+Blue) = 250+96+159=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA609F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA609F is #059F60. Grayscale: #959595. Windows color (decimal): -368481 or 10445050. OLE color: 10445050.

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

Color convert

RGB 250 96 159 -
CMYK 0 0.62 0.36 0.02
HSL 335.45º 0.94% 0.68% -
HSV(B) 335.45º 0.62% 0.98% -
XYZ 49.87 31.19 36.19 -
YUV 149.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 250 96 159 0 0.62 0.36 0.02 335.45 0.94 0.68
Hex FA 60 9F 0 3E 24 2 14F 5E 44
Octal 372 140 237 0 76 44 2 517 136 104
Binary 11111010 1100000 10011111 0 111110 100100 10 101001111 1011110 1000100

Color Harmonies of #FA609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA609F

Black with #FA609F

Text Example


Text Example

White with #FA609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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