Html Css Color HEX #FA245B Radical Red

📋 copy color: '#FA245B'

red 250 ◦ green 36 ◦ blue 91

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

Shades of Radical Red #FA245B

Tints of Radical Red #FA245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 66.31%
G = 9.55%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA245B (or 0xFA245B) is known color: Radical Red. HEX triplet: FA, 24 and 5B. RGB value is (250,36,91). Sum of RGB (Red+Green+Blue) = 250+36+91=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA245B is #05DBA4. Grayscale: #6A6A6A. Windows color (decimal): -383909 or 5973242. OLE color: 5973242.

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

Color convert

RGB 250 36 91 -
CMYK 0 0.86 0.64 0.02
HSL 344.58º 0.96% 0.56% -
HSV(B) 344.58º 0.86% 0.98% -
XYZ 41.94 22.34 12 -
YUV 106.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 250 36 91 0 0.86 0.64 0.02 344.58 0.96 0.56
Hex FA 24 5B 0 56 40 2 159 60 38
Octal 372 44 133 0 126 100 2 531 140 70
Binary 11111010 100100 1011011 0 1010110 1000000 10 101011001 1100000 111000

Color Harmonies of #FA245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA245B

Black with #FA245B

Text Example


Text Example

White with #FA245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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