Html Css Color HEX #F3465C Radical Red

📋 copy color: '#F3465C'

red 243 ◦ green 70 ◦ blue 92

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

Shades of Radical Red #F3465C

Tints of Radical Red #F3465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.72%

R = 60%
G = 17.28%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3465C (or 0xF3465C) is known color: Radical Red. HEX triplet: F3, 46 and 5C. RGB value is (243,70,92). Sum of RGB (Red+Green+Blue) = 243+70+92=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F3465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3465C is #0CB9A3. Grayscale: #7C7C7C. Windows color (decimal): -833956 or 6047475. OLE color: 6047475.

HSL color Cylindrical-coordinate representation of color #F3465C: hue angle of 352.37º 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 #F3465C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 70 92 -
CMYK 0 0.71 0.62 0.05
HSL 352.37º 0.88% 0.61% -
HSV(B) 352.37º 0.71% 0.95% -
XYZ 41.08 24.21 12.63 -
YUV 124.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 243 70 92 0 0.71 0.62 0.05 352.37 0.88 0.61
Hex F3 46 5C 0 47 3E 5 160 58 3D
Octal 363 106 134 0 107 76 5 540 130 75
Binary 11110011 1000110 1011100 0 1000111 111110 101 101100000 1011000 111101

Color Harmonies of #F3465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3465C

Black with #F3465C

Text Example


Text Example

White with #F3465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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