Html Css Color HEX #FA2F5E Radical Red

📋 copy color: '#FA2F5E'

red 250 ◦ green 47 ◦ blue 94

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

Shades of Radical Red #FA2F5E

Tints of Radical Red #FA2F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 63.94%
G = 12.02%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA2F5E (or 0xFA2F5E) is known color: Radical Red. HEX triplet: FA, 2F and 5E. RGB value is (250,47,94). Sum of RGB (Red+Green+Blue) = 250+47+94=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F5E is #05D0A1. Grayscale: #717171. Windows color (decimal): -381090 or 6172666. OLE color: 6172666.

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

Color convert

RGB 250 47 94 -
CMYK 0 0.81 0.62 0.02
HSL 346.11º 0.95% 0.58% -
HSV(B) 346.11º 0.81% 0.98% -
XYZ 42.46 23.17 12.82 -
YUV 113.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 250 47 94 0 0.81 0.62 0.02 346.11 0.95 0.58
Hex FA 2F 5E 0 51 3E 2 15A 5F 3A
Octal 372 57 136 0 121 76 2 532 137 72
Binary 11111010 101111 1011110 0 1010001 111110 10 101011010 1011111 111010

Color Harmonies of #FA2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F5E

Black with #FA2F5E

Text Example


Text Example

White with #FA2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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