Html Css Color HEX #F3295E Radical Red

📋 copy color: '#F3295E'

red 243 ◦ green 41 ◦ blue 94

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

Shades of Radical Red #F3295E

Tints of Radical Red #F3295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.85%

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 64.29%
G = 10.85%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F3295E (or 0xF3295E) is known color: Radical Red. HEX triplet: F3, 29 and 5E. RGB value is (243,41,94). Sum of RGB (Red+Green+Blue) = 243+41+94=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F3295E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3295E is #0CD6A1. Grayscale: #6B6B6B. Windows color (decimal): -841378 or 6171123. OLE color: 6171123.

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

Color convert

RGB 243 41 94 -
CMYK 0 0.83 0.61 0.05
HSL 344.26º 0.89% 0.56% -
HSV(B) 344.26º 0.83% 0.95% -
XYZ 39.78 21.45 12.63 -
YUV 107.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 243 41 94 0 0.83 0.61 0.05 344.26 0.89 0.56
Hex F3 29 5E 0 53 3D 5 158 59 38
Octal 363 51 136 0 123 75 5 530 131 70
Binary 11110011 101001 1011110 0 1010011 111101 101 101011000 1011001 111000

Color Harmonies of #F3295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3295E

Black with #F3295E

Text Example


Text Example

White with #F3295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3295E; }

 p { color: rgb(243,41,94); }

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

background-color css

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

 a { background-color: rgb(243,41,94); }

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

border-color css

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

 span { border-color: rgb(243,41,94); }

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