Html Css Color HEX #F1426B Radical Red

📋 copy color: '#F1426B'

red 241 ◦ green 66 ◦ blue 107

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

Shades of Radical Red #F1426B

Tints of Radical Red #F1426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 58.21%
G = 15.94%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1426B (or 0xF1426B) is known color: Radical Red. HEX triplet: F1, 42 and 6B. RGB value is (241,66,107). Sum of RGB (Red+Green+Blue) = 241+66+107=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1426B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1426B is #0EBD94. Grayscale: #7B7B7B. Windows color (decimal): -966037 or 7029489. OLE color: 7029489.

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

Color convert

RGB 241 66 107 -
CMYK 0 0.73 0.56 0.05
HSL 345.94º 0.86% 0.6% -
HSV(B) 345.94º 0.73% 0.95% -
XYZ 40.88 23.66 16.32 -
YUV 123 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 241 66 107 0 0.73 0.56 0.05 345.94 0.86 0.6
Hex F1 42 6B 0 49 38 5 15A 56 3C
Octal 361 102 153 0 111 70 5 532 126 74
Binary 11110001 1000010 1101011 0 1001001 111000 101 101011010 1010110 111100

Color Harmonies of #F1426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1426B

Black with #F1426B

Text Example


Text Example

White with #F1426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1426B; }

 p { color: rgb(241,66,107); }

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

background-color css

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

 a { background-color: rgb(241,66,107); }

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

border-color css

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

 span { border-color: rgb(241,66,107); }

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