Html Css Color HEX #FA274F Radical Red

📋 copy color: '#FA274F'

red 250 ◦ green 39 ◦ blue 79

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

Shades of Radical Red #FA274F

Tints of Radical Red #FA274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.6%

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 67.93%
G = 10.6%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA274F (or 0xFA274F) is known color: Radical Red. HEX triplet: FA, 27 and 4F. RGB value is (250,39,79). Sum of RGB (Red+Green+Blue) = 250+39+79=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA274F is #05D8B0. Grayscale: #6A6A6A. Windows color (decimal): -383153 or 5187578. OLE color: 5187578.

HSL color Cylindrical-coordinate representation of color #FA274F: hue angle of 348.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA274F is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 39 79 -
CMYK 0 0.84 0.68 0.02
HSL 348.63º 0.95% 0.57% -
HSV(B) 348.63º 0.84% 0.98% -
XYZ 41.56 22.34 9.52 -
YUV 106.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 250 39 79 0 0.84 0.68 0.02 348.63 0.95 0.57
Hex FA 27 4F 0 54 44 2 15D 5F 39
Octal 372 47 117 0 124 104 2 535 137 71
Binary 11111010 100111 1001111 0 1010100 1000100 10 101011101 1011111 111001

Color Harmonies of #FA274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA274F

Black with #FA274F

Text Example


Text Example

White with #FA274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA274F; }

 p { color: rgb(250,39,79); }

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

background-color css

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

 a { background-color: rgb(250,39,79); }

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

border-color css

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

 span { border-color: rgb(250,39,79); }

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