Html Css Color HEX #FA4EB2 Brilliant Rose

📋 copy color: '#FA4EB2'

red 250 ◦ green 78 ◦ blue 178

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

Shades of Brilliant Rose #FA4EB2

Tints of Brilliant Rose #FA4EB2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.42%

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

R = 49.41%
G = 15.42%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA4EB2 (or 0xFA4EB2) is known color: Brilliant Rose. HEX triplet: FA, 4E and B2. RGB value is (250,78,178). Sum of RGB (Red+Green+Blue) = 250+78+178=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4EB2 is #05B14D. Grayscale: #8C8C8C. Windows color (decimal): -373070 or 11685626. OLE color: 11685626.

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

Color convert

RGB 250 78 178 -
CMYK 0 0.69 0.29 0.02
HSL 325.12º 0.95% 0.64% -
HSV(B) 325.12º 0.69% 0.98% -
XYZ 50.18 28.99 45.07 -
YUV 140.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 250 78 178 0 0.69 0.29 0.02 325.12 0.95 0.64
Hex FA 4E B2 0 45 1D 2 145 5F 40
Octal 372 116 262 0 105 35 2 505 137 100
Binary 11111010 1001110 10110010 0 1000101 11101 10 101000101 1011111 1000000

Color Harmonies of #FA4EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4EB2

Black with #FA4EB2

Text Example


Text Example

White with #FA4EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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