Html Css Color HEX #FA4CB2 Brilliant Rose

📋 copy color: '#FA4CB2'

red 250 ◦ green 76 ◦ blue 178

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

Shades of Brilliant Rose #FA4CB2

Tints of Brilliant Rose #FA4CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

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

R = 49.6%
G = 15.08%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA4CB2 (or 0xFA4CB2) is known color: Brilliant Rose. HEX triplet: FA, 4C and B2. RGB value is (250,76,178). Sum of RGB (Red+Green+Blue) = 250+76+178=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4CB2 is #05B34D. Grayscale: #8B8B8B. Windows color (decimal): -373582 or 11685114. OLE color: 11685114.

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

Color convert

RGB 250 76 178 -
CMYK 0 0.70 0.29 0.02
HSL 324.83º 0.95% 0.64% -
HSV(B) 324.83º 0.7% 0.98% -
XYZ 50.04 28.71 45.02 -
YUV 139.65 149.65 206.71 -
System Red Green Blue C M Y K H S L
Decimal 250 76 178 0 0.70 0.29 0.02 324.83 0.95 0.64
Hex FA 4C B2 0 46 1D 2 145 5F 40
Octal 372 114 262 0 106 35 2 505 137 100
Binary 11111010 1001100 10110010 0 1000110 11101 10 101000101 1011111 1000000

Color Harmonies of #FA4CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CB2

Black with #FA4CB2

Text Example


Text Example

White with #FA4CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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