Html Css Color HEX #FA4CA2 Brilliant Rose

📋 copy color: '#FA4CA2'

red 250 ◦ green 76 ◦ blue 162

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

Shades of Brilliant Rose #FA4CA2

Tints of Brilliant Rose #FA4CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.2%

R = 51.23%
G = 15.57%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA4CA2 (or 0xFA4CA2) is known color: Brilliant Rose. HEX triplet: FA, 4C and A2. RGB value is (250,76,162). Sum of RGB (Red+Green+Blue) = 250+76+162=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4CA2 is #05B35D. Grayscale: #898989. Windows color (decimal): -373598 or 10636538. OLE color: 10636538.

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

Color convert

RGB 250 76 162 -
CMYK 0 0.70 0.35 0.02
HSL 330.34º 0.95% 0.64% -
HSV(B) 330.34º 0.7% 0.98% -
XYZ 48.53 28.1 37.05 -
YUV 137.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 250 76 162 0 0.70 0.35 0.02 330.34 0.95 0.64
Hex FA 4C A2 0 46 23 2 14A 5F 40
Octal 372 114 242 0 106 43 2 512 137 100
Binary 11111010 1001100 10100010 0 1000110 100011 10 101001010 1011111 1000000

Color Harmonies of #FA4CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CA2

Black with #FA4CA2

Text Example


Text Example

White with #FA4CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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