Html Css Color HEX #FA245F Radical Red

📋 copy color: '#FA245F'

red 250 ◦ green 36 ◦ blue 95

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

Shades of Radical Red #FA245F

Tints of Radical Red #FA245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.45%

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 65.62%
G = 9.45%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA245F (or 0xFA245F) is known color: Radical Red. HEX triplet: FA, 24 and 5F. RGB value is (250,36,95). Sum of RGB (Red+Green+Blue) = 250+36+95=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA245F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA245F is #05DBA0. Grayscale: #6A6A6A. Windows color (decimal): -383905 or 6235386. OLE color: 6235386.

HSL color Cylindrical-coordinate representation of color #FA245F: hue angle of 343.46º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA245F is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 36 95 -
CMYK 0 0.86 0.62 0.02
HSL 343.46º 0.96% 0.56% -
HSV(B) 343.46º 0.86% 0.98% -
XYZ 42.12 22.41 12.93 -
YUV 106.71 121.4 230.2 -
System Red Green Blue C M Y K H S L
Decimal 250 36 95 0 0.86 0.62 0.02 343.46 0.96 0.56
Hex FA 24 5F 0 56 3E 2 157 60 38
Octal 372 44 137 0 126 76 2 527 140 70
Binary 11111010 100100 1011111 0 1010110 111110 10 101010111 1100000 111000

Color Harmonies of #FA245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA245F

Black with #FA245F

Text Example


Text Example

White with #FA245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA245F; }

 p { color: rgb(250,36,95); }

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

background-color css

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

 a { background-color: rgb(250,36,95); }

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

border-color css

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

 span { border-color: rgb(250,36,95); }

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