Html Css Color HEX #FA5698 Brilliant Rose

📋 copy color: '#FA5698'

red 250 ◦ green 86 ◦ blue 152

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

Shades of Brilliant Rose #FA5698

Tints of Brilliant Rose #FA5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.62%

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 51.23%
G = 17.62%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA5698 (or 0xFA5698) is known color: Brilliant Rose. HEX triplet: FA, 56 and 98. RGB value is (250,86,152). Sum of RGB (Red+Green+Blue) = 250+86+152=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5698 is #05A967. Grayscale: #8E8E8E. Windows color (decimal): -371048 or 9983738. OLE color: 9983738.

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

Color convert

RGB 250 86 152 -
CMYK 0 0.66 0.39 0.02
HSL 335.85º 0.94% 0.66% -
HSV(B) 335.85º 0.66% 0.98% -
XYZ 48.42 29.25 32.8 -
YUV 142.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 250 86 152 0 0.66 0.39 0.02 335.85 0.94 0.66
Hex FA 56 98 0 42 27 2 150 5E 42
Octal 372 126 230 0 102 47 2 520 136 102
Binary 11111010 1010110 10011000 0 1000010 100111 10 101010000 1011110 1000010

Color Harmonies of #FA5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5698

Black with #FA5698

Text Example


Text Example

White with #FA5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5698; }

 p { color: rgb(250,86,152); }

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

background-color css

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

 a { background-color: rgb(250,86,152); }

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

border-color css

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

 span { border-color: rgb(250,86,152); }

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