Html Css Color HEX #FA4AB7 Brilliant Rose

📋 copy color: '#FA4AB7'

red 250 ◦ green 74 ◦ blue 183

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

Shades of Brilliant Rose #FA4AB7

Tints of Brilliant Rose #FA4AB7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.6%

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 49.31%
G = 14.6%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA4AB7 (or 0xFA4AB7) is known color: Brilliant Rose. HEX triplet: FA, 4A and B7. RGB value is (250,74,183). Sum of RGB (Red+Green+Blue) = 250+74+183=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4AB7 is #05B548. Grayscale: #8A8A8A. Windows color (decimal): -374089 or 12012282. OLE color: 12012282.

HSL color Cylindrical-coordinate representation of color #FA4AB7: hue angle of 322.84º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4AB7 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 74 183 -
CMYK 0 0.70 0.27 0.02
HSL 322.84º 0.95% 0.64% -
HSV(B) 322.84º 0.7% 0.98% -
XYZ 50.42 28.64 47.67 -
YUV 139.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 250 74 183 0 0.70 0.27 0.02 322.84 0.95 0.64
Hex FA 4A B7 0 46 1B 2 143 5F 40
Octal 372 112 267 0 106 33 2 503 137 100
Binary 11111010 1001010 10110111 0 1000110 11011 10 101000011 1011111 1000000

Color Harmonies of #FA4AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4AB7

Black with #FA4AB7

Text Example


Text Example

White with #FA4AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4AB7; }

 p { color: rgb(250,74,183); }

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

background-color css

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

 a { background-color: rgb(250,74,183); }

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

border-color css

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

 span { border-color: rgb(250,74,183); }

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