Html Css Color HEX #FA43B2 Brilliant Rose

📋 copy color: '#FA43B2'

red 250 ◦ green 67 ◦ blue 178

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

Shades of Brilliant Rose #FA43B2

Tints of Brilliant Rose #FA43B2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.54%

 BLUE value IS 178 (69.92% from 255) = 35.96%

R = 50.51%
G = 13.54%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA43B2 (or 0xFA43B2) is known color: Brilliant Rose. HEX triplet: FA, 43 and B2. RGB value is (250,67,178). Sum of RGB (Red+Green+Blue) = 250+67+178=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA43B2 is #05BC4D. Grayscale: #868686. Windows color (decimal): -375886 or 11682810. OLE color: 11682810.

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

Color convert

RGB 250 67 178 -
CMYK 0 0.73 0.29 0.02
HSL 323.61º 0.95% 0.62% -
HSV(B) 323.61º 0.73% 0.98% -
XYZ 49.47 27.55 44.83 -
YUV 134.37 152.63 210.47 -
System Red Green Blue C M Y K H S L
Decimal 250 67 178 0 0.73 0.29 0.02 323.61 0.95 0.62
Hex FA 43 B2 0 49 1D 2 144 5F 3E
Octal 372 103 262 0 111 35 2 504 137 76
Binary 11111010 1000011 10110010 0 1001001 11101 10 101000100 1011111 111110

Color Harmonies of #FA43B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA43B2

Black with #FA43B2

Text Example


Text Example

White with #FA43B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA43B2; }

 p { color: rgb(250,67,178); }

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

background-color css

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

 a { background-color: rgb(250,67,178); }

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

border-color css

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

 span { border-color: rgb(250,67,178); }

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