Html Css Color HEX #FA4FA5 Brilliant Rose

📋 copy color: '#FA4FA5'

red 250 ◦ green 79 ◦ blue 165

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

Shades of Brilliant Rose #FA4FA5

Tints of Brilliant Rose #FA4FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.99%

 BLUE value IS 165 (64.84% from 255) = 33.4%

R = 50.61%
G = 15.99%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA4FA5 (or 0xFA4FA5) is known color: Brilliant Rose. HEX triplet: FA, 4F and A5. RGB value is (250,79,165). Sum of RGB (Red+Green+Blue) = 250+79+165=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4FA5 is #05B05A. Grayscale: #8B8B8B. Windows color (decimal): -372827 or 10833914. OLE color: 10833914.

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

Color convert

RGB 250 79 165 -
CMYK 0 0.68 0.34 0.02
HSL 329.82º 0.94% 0.65% -
HSV(B) 329.82º 0.68% 0.98% -
XYZ 49.01 28.63 38.54 -
YUV 139.93 142.15 206.51 -
System Red Green Blue C M Y K H S L
Decimal 250 79 165 0 0.68 0.34 0.02 329.82 0.94 0.65
Hex FA 4F A5 0 44 22 2 14A 5E 41
Octal 372 117 245 0 104 42 2 512 136 101
Binary 11111010 1001111 10100101 0 1000100 100010 10 101001010 1011110 1000001

Color Harmonies of #FA4FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FA5

Black with #FA4FA5

Text Example


Text Example

White with #FA4FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FA5; }

 p { color: rgb(250,79,165); }

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

background-color css

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

 a { background-color: rgb(250,79,165); }

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

border-color css

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

 span { border-color: rgb(250,79,165); }

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