Html Css Color HEX #F1435C Radical Red

📋 copy color: '#F1435C'

red 241 ◦ green 67 ◦ blue 92

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

Shades of Radical Red #F1435C

Tints of Radical Red #F1435C

RGB

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

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

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

R = 60.25%
G = 16.75%
B = 23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1435C (or 0xF1435C) is known color: Radical Red. HEX triplet: F1, 43 and 5C. RGB value is (241,67,92). Sum of RGB (Red+Green+Blue) = 241+67+92=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1435C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1435C is #0EBCA3. Grayscale: #797979. Windows color (decimal): -965796 or 6046705. OLE color: 6046705.

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

Color convert

RGB 241 67 92 -
CMYK 0 0.72 0.62 0.05
HSL 351.38º 0.86% 0.6% -
HSV(B) 351.38º 0.72% 0.95% -
XYZ 40.21 23.49 12.54 -
YUV 121.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 241 67 92 0 0.72 0.62 0.05 351.38 0.86 0.6
Hex F1 43 5C 0 48 3E 5 15F 56 3C
Octal 361 103 134 0 110 76 5 537 126 74
Binary 11110001 1000011 1011100 0 1001000 111110 101 101011111 1010110 111100

Color Harmonies of #F1435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1435C

Black with #F1435C

Text Example


Text Example

White with #F1435C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1435C; }

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

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

background-color css

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

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

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

border-color css

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

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

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