Html Css Color HEX #FA42B0 Brilliant Rose

📋 copy color: '#FA42B0'

red 250 ◦ green 66 ◦ blue 176

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

Shades of Brilliant Rose #FA42B0

Tints of Brilliant Rose #FA42B0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.41%

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 50.81%
G = 13.41%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA42B0 (or 0xFA42B0) is known color: Brilliant Rose. HEX triplet: FA, 42 and B0. RGB value is (250,66,176). Sum of RGB (Red+Green+Blue) = 250+66+176=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA42B0 is #05BD4F. Grayscale: #858585. Windows color (decimal): -376144 or 11551482. OLE color: 11551482.

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

Color convert

RGB 250 66 176 -
CMYK 0 0.74 0.30 0.02
HSL 324.13º 0.95% 0.62% -
HSV(B) 324.13º 0.74% 0.98% -
XYZ 49.21 27.36 43.76 -
YUV 133.56 151.96 211.06 -
System Red Green Blue C M Y K H S L
Decimal 250 66 176 0 0.74 0.30 0.02 324.13 0.95 0.62
Hex FA 42 B0 0 4A 1E 2 144 5F 3E
Octal 372 102 260 0 112 36 2 504 137 76
Binary 11111010 1000010 10110000 0 1001010 11110 10 101000100 1011111 111110

Color Harmonies of #FA42B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42B0

Black with #FA42B0

Text Example


Text Example

White with #FA42B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42B0; }

 p { color: rgb(250,66,176); }

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

background-color css

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

 a { background-color: rgb(250,66,176); }

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

border-color css

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

 span { border-color: rgb(250,66,176); }

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