Html Css Color HEX #FA4FBA Brilliant Rose

📋 copy color: '#FA4FBA'

red 250 ◦ green 79 ◦ blue 186

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

Shades of Brilliant Rose #FA4FBA

Tints of Brilliant Rose #FA4FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 48.54%
G = 15.34%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA4FBA (or 0xFA4FBA) is known color: Brilliant Rose. HEX triplet: FA, 4F and BA. RGB value is (250,79,186). Sum of RGB (Red+Green+Blue) = 250+79+186=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4FBA is #05B045. Grayscale: #8E8E8E. Windows color (decimal): -372806 or 12210170. OLE color: 12210170.

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

Color convert

RGB 250 79 186 -
CMYK 0 0.68 0.26 0.02
HSL 322.46º 0.94% 0.65% -
HSV(B) 322.46º 0.68% 0.98% -
XYZ 51.08 29.46 49.45 -
YUV 142.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 250 79 186 0 0.68 0.26 0.02 322.46 0.94 0.65
Hex FA 4F BA 0 44 1A 2 142 5E 41
Octal 372 117 272 0 104 32 2 502 136 101
Binary 11111010 1001111 10111010 0 1000100 11010 10 101000010 1011110 1000001

Color Harmonies of #FA4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FBA

Black with #FA4FBA

Text Example


Text Example

White with #FA4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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