Html Css Color HEX #FA6097 Brilliant Rose

📋 copy color: '#FA6097'

red 250 ◦ green 96 ◦ blue 151

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

Shades of Brilliant Rose #FA6097

Tints of Brilliant Rose #FA6097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.38%

R = 50.3%
G = 19.32%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA6097 (or 0xFA6097) is known color: Brilliant Rose. HEX triplet: FA, 60 and 97. RGB value is (250,96,151). Sum of RGB (Red+Green+Blue) = 250+96+151=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6097 is #059F68. Grayscale: #949494. Windows color (decimal): -368489 or 9920762. OLE color: 9920762.

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

Color convert

RGB 250 96 151 -
CMYK 0 0.62 0.40 0.02
HSL 338.57º 0.94% 0.68% -
HSV(B) 338.57º 0.62% 0.98% -
XYZ 49.19 30.92 32.65 -
YUV 148.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 250 96 151 0 0.62 0.40 0.02 338.57 0.94 0.68
Hex FA 60 97 0 3E 28 2 153 5E 44
Octal 372 140 227 0 76 50 2 523 136 104
Binary 11111010 1100000 10010111 0 111110 101000 10 101010011 1011110 1000100

Color Harmonies of #FA6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6097

Black with #FA6097

Text Example


Text Example

White with #FA6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6097; }

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

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

background-color css

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

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

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

border-color css

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

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

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