Html Css Color HEX #FA2F7D Violet Red

📋 copy color: '#FA2F7D'

red 250 ◦ green 47 ◦ blue 125

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

Shades of Violet Red #FA2F7D

Tints of Violet Red #FA2F7D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.14%

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 59.24%
G = 11.14%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA2F7D (or 0xFA2F7D) is known color: Violet Red. HEX triplet: FA, 2F and 7D. RGB value is (250,47,125). Sum of RGB (Red+Green+Blue) = 250+47+125=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F7D is #05D082. Grayscale: #747474. Windows color (decimal): -381059 or 8204282. OLE color: 8204282.

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

Color convert

RGB 250 47 125 -
CMYK 0 0.81 0.50 0.02
HSL 336.95º 0.95% 0.58% -
HSV(B) 336.95º 0.81% 0.98% -
XYZ 44.14 23.84 21.68 -
YUV 116.59 132.75 223.16 -
System Red Green Blue C M Y K H S L
Decimal 250 47 125 0 0.81 0.50 0.02 336.95 0.95 0.58
Hex FA 2F 7D 0 51 32 2 151 5F 3A
Octal 372 57 175 0 121 62 2 521 137 72
Binary 11111010 101111 1111101 0 1010001 110010 10 101010001 1011111 111010

Color Harmonies of #FA2F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F7D

Black with #FA2F7D

Text Example


Text Example

White with #FA2F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F7D; }

 p { color: rgb(250,47,125); }

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

background-color css

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

 a { background-color: rgb(250,47,125); }

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

border-color css

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

 span { border-color: rgb(250,47,125); }

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