Html Css Color HEX #FA44B3 Brilliant Rose

📋 copy color: '#FA44B3'

red 250 ◦ green 68 ◦ blue 179

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

Shades of Brilliant Rose #FA44B3

Tints of Brilliant Rose #FA44B3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.68%

 BLUE value IS 179 (70.31% from 255) = 36.02%

R = 50.3%
G = 13.68%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA44B3 (or 0xFA44B3) is known color: Brilliant Rose. HEX triplet: FA, 44 and B3. RGB value is (250,68,179). Sum of RGB (Red+Green+Blue) = 250+68+179=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA44B3 is #05BB4C. Grayscale: #868686. Windows color (decimal): -375629 or 11748602. OLE color: 11748602.

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

Color convert

RGB 250 68 179 -
CMYK 0 0.73 0.28 0.02
HSL 323.41º 0.95% 0.62% -
HSV(B) 323.41º 0.73% 0.98% -
XYZ 49.63 27.71 45.38 -
YUV 135.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 250 68 179 0 0.73 0.28 0.02 323.41 0.95 0.62
Hex FA 44 B3 0 49 1C 2 143 5F 3E
Octal 372 104 263 0 111 34 2 503 137 76
Binary 11111010 1000100 10110011 0 1001001 11100 10 101000011 1011111 111110

Color Harmonies of #FA44B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA44B3

Black with #FA44B3

Text Example


Text Example

White with #FA44B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA44B3; }

 p { color: rgb(250,68,179); }

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

background-color css

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

 a { background-color: rgb(250,68,179); }

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

border-color css

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

 span { border-color: rgb(250,68,179); }

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