Html Css Color HEX #FA46B7 Brilliant Rose

📋 copy color: '#FA46B7'

red 250 ◦ green 70 ◦ blue 183

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

Shades of Brilliant Rose #FA46B7

Tints of Brilliant Rose #FA46B7

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.92%

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

R = 49.7%
G = 13.92%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA46B7 (or 0xFA46B7) is known color: Brilliant Rose. HEX triplet: FA, 46 and B7. RGB value is (250,70,183). Sum of RGB (Red+Green+Blue) = 250+70+183=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46B7 is #05B948. Grayscale: #888888. Windows color (decimal): -375113 or 12011258. OLE color: 12011258.

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

Color convert

RGB 250 70 183 -
CMYK 0 0.72 0.27 0.02
HSL 322.33º 0.95% 0.63% -
HSV(B) 322.33º 0.72% 0.98% -
XYZ 50.16 28.12 47.58 -
YUV 136.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 250 70 183 0 0.72 0.27 0.02 322.33 0.95 0.63
Hex FA 46 B7 0 48 1B 2 142 5F 3F
Octal 372 106 267 0 110 33 2 502 137 77
Binary 11111010 1000110 10110111 0 1001000 11011 10 101000010 1011111 111111

Color Harmonies of #FA46B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA46B7

Black with #FA46B7

Text Example


Text Example

White with #FA46B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA46B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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