Html Css Color HEX #FA6299 Brilliant Rose

📋 copy color: '#FA6299'

red 250 ◦ green 98 ◦ blue 153

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

Shades of Brilliant Rose #FA6299

Tints of Brilliant Rose #FA6299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.54%

R = 49.9%
G = 19.56%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA6299 (or 0xFA6299) is known color: Brilliant Rose. HEX triplet: FA, 62 and 99. RGB value is (250,98,153). Sum of RGB (Red+Green+Blue) = 250+98+153=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6299 is #059D66. Grayscale: #959595. Windows color (decimal): -367975 or 10052346. OLE color: 10052346.

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

Color convert

RGB 250 98 153 -
CMYK 0 0.61 0.39 0.02
HSL 338.29º 0.94% 0.68% -
HSV(B) 338.29º 0.61% 0.98% -
XYZ 49.54 31.36 33.58 -
YUV 149.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 250 98 153 0 0.61 0.39 0.02 338.29 0.94 0.68
Hex FA 62 99 0 3D 27 2 152 5E 44
Octal 372 142 231 0 75 47 2 522 136 104
Binary 11111010 1100010 10011001 0 111101 100111 10 101010010 1011110 1000100

Color Harmonies of #FA6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6299

Black with #FA6299

Text Example


Text Example

White with #FA6299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6299; }

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

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

background-color css

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

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

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

border-color css

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

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

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