Html Css Color HEX #FA2567 Radical Red

📋 copy color: '#FA2567'

red 250 ◦ green 37 ◦ blue 103

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

Shades of Radical Red #FA2567

Tints of Radical Red #FA2567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.41%

R = 64.1%
G = 9.49%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA2567 (or 0xFA2567) is known color: Radical Red. HEX triplet: FA, 25 and 67. RGB value is (250,37,103). Sum of RGB (Red+Green+Blue) = 250+37+103=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2567 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2567 is #05DA98. Grayscale: #6C6C6C. Windows color (decimal): -383641 or 6759930. OLE color: 6759930.

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

Color convert

RGB 250 37 103 -
CMYK 0 0.85 0.59 0.02
HSL 341.41º 0.96% 0.56% -
HSV(B) 341.41º 0.85% 0.98% -
XYZ 42.53 22.63 14.96 -
YUV 108.21 125.07 229.13 -
System Red Green Blue C M Y K H S L
Decimal 250 37 103 0 0.85 0.59 0.02 341.41 0.96 0.56
Hex FA 25 67 0 55 3B 2 155 60 38
Octal 372 45 147 0 125 73 2 525 140 70
Binary 11111010 100101 1100111 0 1010101 111011 10 101010101 1100000 111000

Color Harmonies of #FA2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2567

Black with #FA2567

Text Example


Text Example

White with #FA2567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2567; }

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

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

background-color css

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

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

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

border-color css

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

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

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