Html Css Color HEX #F3295D Radical Red

📋 copy color: '#F3295D'

red 243 ◦ green 41 ◦ blue 93

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

Shades of Radical Red #F3295D

Tints of Radical Red #F3295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 64.46%
G = 10.88%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3295D (or 0xF3295D) is known color: Radical Red. HEX triplet: F3, 29 and 5D. RGB value is (243,41,93). Sum of RGB (Red+Green+Blue) = 243+41+93=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F3295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3295D is #0CD6A2. Grayscale: #6B6B6B. Windows color (decimal): -841379 or 6105587. OLE color: 6105587.

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

Color convert

RGB 243 41 93 -
CMYK 0 0.83 0.62 0.05
HSL 344.55º 0.89% 0.56% -
HSV(B) 344.55º 0.83% 0.95% -
XYZ 39.73 21.43 12.4 -
YUV 107.33 119.92 224.77 -
System Red Green Blue C M Y K H S L
Decimal 243 41 93 0 0.83 0.62 0.05 344.55 0.89 0.56
Hex F3 29 5D 0 53 3E 5 159 59 38
Octal 363 51 135 0 123 76 5 531 131 70
Binary 11110011 101001 1011101 0 1010011 111110 101 101011001 1011001 111000

Color Harmonies of #F3295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3295D

Black with #F3295D

Text Example


Text Example

White with #F3295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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