Html Css Color HEX #F1435D Radical Red

📋 copy color: '#F1435D'

red 241 ◦ green 67 ◦ blue 93

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

Shades of Radical Red #F1435D

Tints of Radical Red #F1435D

RGB

 RED value IS 241 (94.53% from 255) = 60.1%

 GREEN value IS 67 (26.56% from 255) = 16.71%

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

R = 60.1%
G = 16.71%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1435D (or 0xF1435D) is known color: Radical Red. HEX triplet: F1, 43 and 5D. RGB value is (241,67,93). Sum of RGB (Red+Green+Blue) = 241+67+93=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1435D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1435D is #0EBCA2. Grayscale: #7A7A7A. Windows color (decimal): -965795 or 6112241. OLE color: 6112241.

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

Color convert

RGB 241 67 93 -
CMYK 0 0.72 0.61 0.05
HSL 351.03º 0.86% 0.6% -
HSV(B) 351.03º 0.72% 0.95% -
XYZ 40.26 23.51 12.77 -
YUV 121.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 241 67 93 0 0.72 0.61 0.05 351.03 0.86 0.6
Hex F1 43 5D 0 48 3D 5 15F 56 3C
Octal 361 103 135 0 110 75 5 537 126 74
Binary 11110001 1000011 1011101 0 1001000 111101 101 101011111 1010110 111100

Color Harmonies of #F1435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1435D

Black with #F1435D

Text Example


Text Example

White with #F1435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1435D; }

 p { color: rgb(241,67,93); }

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

background-color css

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

 a { background-color: rgb(241,67,93); }

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

border-color css

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

 span { border-color: rgb(241,67,93); }

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