Html Css Color HEX #FA2F62 Radical Red

📋 copy color: '#FA2F62'

red 250 ◦ green 47 ◦ blue 98

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

Shades of Radical Red #FA2F62

Tints of Radical Red #FA2F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 63.29%
G = 11.9%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA2F62 (or 0xFA2F62) is known color: Radical Red. HEX triplet: FA, 2F and 62. RGB value is (250,47,98). Sum of RGB (Red+Green+Blue) = 250+47+98=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2F62 is #05D09D. Grayscale: #717171. Windows color (decimal): -381086 or 6434810. OLE color: 6434810.

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

Color convert

RGB 250 47 98 -
CMYK 0 0.81 0.61 0.02
HSL 344.93º 0.95% 0.58% -
HSV(B) 344.93º 0.81% 0.98% -
XYZ 42.65 23.24 13.79 -
YUV 113.51 119.25 225.35 -
System Red Green Blue C M Y K H S L
Decimal 250 47 98 0 0.81 0.61 0.02 344.93 0.95 0.58
Hex FA 2F 62 0 51 3D 2 159 5F 3A
Octal 372 57 142 0 121 75 2 531 137 72
Binary 11111010 101111 1100010 0 1010001 111101 10 101011001 1011111 111010

Color Harmonies of #FA2F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F62

Black with #FA2F62

Text Example


Text Example

White with #FA2F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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