Html Css Color HEX #FA256F Radical Red

📋 copy color: '#FA256F'

red 250 ◦ green 37 ◦ blue 111

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

Shades of Radical Red #FA256F

Tints of Radical Red #FA256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.3%

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 62.81%
G = 9.3%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA256F (or 0xFA256F) is known color: Radical Red. HEX triplet: FA, 25 and 6F. RGB value is (250,37,111). Sum of RGB (Red+Green+Blue) = 250+37+111=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA256F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA256F is #05DA90. Grayscale: #6D6D6D. Windows color (decimal): -383633 or 7284218. OLE color: 7284218.

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

Color convert

RGB 250 37 111 -
CMYK 0 0.85 0.56 0.02
HSL 339.15º 0.96% 0.56% -
HSV(B) 339.15º 0.85% 0.98% -
XYZ 42.96 22.79 17.17 -
YUV 109.12 129.07 228.48 -
System Red Green Blue C M Y K H S L
Decimal 250 37 111 0 0.85 0.56 0.02 339.15 0.96 0.56
Hex FA 25 6F 0 55 38 2 153 60 38
Octal 372 45 157 0 125 70 2 523 140 70
Binary 11111010 100101 1101111 0 1010101 111000 10 101010011 1100000 111000

Color Harmonies of #FA256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA256F

Black with #FA256F

Text Example


Text Example

White with #FA256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA256F; }

 p { color: rgb(250,37,111); }

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

background-color css

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

 a { background-color: rgb(250,37,111); }

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

border-color css

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

 span { border-color: rgb(250,37,111); }

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