Html Css Color HEX #FA42B4 Brilliant Rose

📋 copy color: '#FA42B4'

red 250 ◦ green 66 ◦ blue 180

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

Shades of Brilliant Rose #FA42B4

Tints of Brilliant Rose #FA42B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 50.4%
G = 13.31%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA42B4 (or 0xFA42B4) is known color: Brilliant Rose. HEX triplet: FA, 42 and B4. RGB value is (250,66,180). Sum of RGB (Red+Green+Blue) = 250+66+180=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42B4 is #05BD4B. Grayscale: #858585. Windows color (decimal): -376140 or 11813626. OLE color: 11813626.

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

Color convert

RGB 250 66 180 -
CMYK 0 0.74 0.28 0.02
HSL 322.83º 0.95% 0.62% -
HSV(B) 322.83º 0.74% 0.98% -
XYZ 49.61 27.52 45.88 -
YUV 134.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 250 66 180 0 0.74 0.28 0.02 322.83 0.95 0.62
Hex FA 42 B4 0 4A 1C 2 143 5F 3E
Octal 372 102 264 0 112 34 2 503 137 76
Binary 11111010 1000010 10110100 0 1001010 11100 10 101000011 1011111 111110

Color Harmonies of #FA42B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42B4

Black with #FA42B4

Text Example


Text Example

White with #FA42B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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