Html Css Color HEX #FA2F64 Radical Red

📋 copy color: '#FA2F64'

red 250 ◦ green 47 ◦ blue 100

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

Shades of Radical Red #FA2F64

Tints of Radical Red #FA2F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 62.97%
G = 11.84%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA2F64 (or 0xFA2F64) is known color: Radical Red. HEX triplet: FA, 2F and 64. RGB value is (250,47,100). Sum of RGB (Red+Green+Blue) = 250+47+100=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F64 is #05D09B. Grayscale: #717171. Windows color (decimal): -381084 or 6565882. OLE color: 6565882.

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

Color convert

RGB 250 47 100 -
CMYK 0 0.81 0.6 0.02
HSL 344.34º 0.95% 0.58% -
HSV(B) 344.34º 0.81% 0.98% -
XYZ 42.74 23.28 14.3 -
YUV 113.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 250 47 100 0 0.81 0.6 0.02 344.34 0.95 0.58
Hex FA 2F 64 0 51 3C 2 158 5F 3A
Octal 372 57 144 0 121 74 2 530 137 72
Binary 11111010 101111 1100100 0 1010001 111100 10 101011000 1011111 111010

Color Harmonies of #FA2F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F64

Black with #FA2F64

Text Example


Text Example

White with #FA2F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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