Html Css Color HEX #FA4FAF Brilliant Rose

📋 copy color: '#FA4FAF'

red 250 ◦ green 79 ◦ blue 175

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

Shades of Brilliant Rose #FA4FAF

Tints of Brilliant Rose #FA4FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.67%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 49.6%
G = 15.67%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA4FAF (or 0xFA4FAF) is known color: Brilliant Rose. HEX triplet: FA, 4F and AF. RGB value is (250,79,175). Sum of RGB (Red+Green+Blue) = 250+79+175=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4FAF is #05B050. Grayscale: #8C8C8C. Windows color (decimal): -372817 or 11489274. OLE color: 11489274.

HSL color Cylindrical-coordinate representation of color #FA4FAF: hue angle of 326.32º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FAF is Cyan = 0, Magento = 0.68, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 175 -
CMYK 0 0.68 0.3 0.02
HSL 326.32º 0.94% 0.65% -
HSV(B) 326.32º 0.68% 0.98% -
XYZ 49.96 29.01 43.52 -
YUV 141.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 250 79 175 0 0.68 0.3 0.02 326.32 0.94 0.65
Hex FA 4F AF 0 44 1E 2 146 5E 41
Octal 372 117 257 0 104 36 2 506 136 101
Binary 11111010 1001111 10101111 0 1000100 11110 10 101000110 1011110 1000001

Color Harmonies of #FA4FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FAF

Black with #FA4FAF

Text Example


Text Example

White with #FA4FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FAF; }

 p { color: rgb(250,79,175); }

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

background-color css

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

 a { background-color: rgb(250,79,175); }

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

border-color css

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

 span { border-color: rgb(250,79,175); }

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