Html Css Color HEX #F3465A Radical Red

📋 copy color: '#F3465A'

red 243 ◦ green 70 ◦ blue 90

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

Shades of Radical Red #F3465A

Tints of Radical Red #F3465A

RGB

 RED value IS 243 (95.31% from 255) = 60.3%

 GREEN value IS 70 (27.73% from 255) = 17.37%

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 60.3%
G = 17.37%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3465A (or 0xF3465A) is known color: Radical Red. HEX triplet: F3, 46 and 5A. RGB value is (243,70,90). Sum of RGB (Red+Green+Blue) = 243+70+90=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F3465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3465A is #0CB9A5. Grayscale: #7C7C7C. Windows color (decimal): -833958 or 5916403. OLE color: 5916403.

HSL color Cylindrical-coordinate representation of color #F3465A: hue angle of 353.06º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3465A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 70 90 -
CMYK 0 0.71 0.63 0.05
HSL 353.06º 0.88% 0.61% -
HSV(B) 353.06º 0.71% 0.95% -
XYZ 41 24.17 12.18 -
YUV 124.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 243 70 90 0 0.71 0.63 0.05 353.06 0.88 0.61
Hex F3 46 5A 0 47 3F 5 161 58 3D
Octal 363 106 132 0 107 77 5 541 130 75
Binary 11110011 1000110 1011010 0 1000111 111111 101 101100001 1011000 111101

Color Harmonies of #F3465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3465A

Black with #F3465A

Text Example


Text Example

White with #F3465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3465A; }

 p { color: rgb(243,70,90); }

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

background-color css

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

 a { background-color: rgb(243,70,90); }

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

border-color css

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

 span { border-color: rgb(243,70,90); }

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