Html Css Color HEX #FA3467 Radical Red

📋 copy color: '#FA3467'

red 250 ◦ green 52 ◦ blue 103

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

Shades of Radical Red #FA3467

Tints of Radical Red #FA3467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.84%

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

R = 61.73%
G = 12.84%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA3467 (or 0xFA3467) is known color: Radical Red. HEX triplet: FA, 34 and 67. RGB value is (250,52,103). Sum of RGB (Red+Green+Blue) = 250+52+103=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3467 is #05CB98. Grayscale: #757575. Windows color (decimal): -379801 or 6763770. OLE color: 6763770.

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

Color convert

RGB 250 52 103 -
CMYK 0 0.79 0.59 0.02
HSL 344.55º 0.95% 0.59% -
HSV(B) 344.55º 0.79% 0.98% -
XYZ 43.1 23.76 15.15 -
YUV 117.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 250 52 103 0 0.79 0.59 0.02 344.55 0.95 0.59
Hex FA 34 67 0 4F 3B 2 159 5F 3B
Octal 372 64 147 0 117 73 2 531 137 73
Binary 11111010 110100 1100111 0 1001111 111011 10 101011001 1011111 111011

Color Harmonies of #FA3467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3467

Black with #FA3467

Text Example


Text Example

White with #FA3467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3467; }

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

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

background-color css

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

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

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

border-color css

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

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

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