Html Css Color HEX #F2316B Radical Red

📋 copy color: '#F2316B'

red 242 ◦ green 49 ◦ blue 107

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

Shades of Radical Red #F2316B

Tints of Radical Red #F2316B

RGB

 RED value IS 242 (94.92% from 255) = 60.8%

 GREEN value IS 49 (19.53% from 255) = 12.31%

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

R = 60.8%
G = 12.31%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2316B (or 0xF2316B) is known color: Radical Red. HEX triplet: F2, 31 and 6B. RGB value is (242,49,107). Sum of RGB (Red+Green+Blue) = 242+49+107=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2316B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2316B is #0DCE94. Grayscale: #717171. Windows color (decimal): -904853 or 7025138. OLE color: 7025138.

HSL color Cylindrical-coordinate representation of color #F2316B: hue angle of 341.97º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2316B is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 107 -
CMYK 0 0.80 0.56 0.05
HSL 341.97º 0.88% 0.57% -
HSV(B) 341.97º 0.8% 0.95% -
XYZ 40.37 22.14 16.05 -
YUV 113.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 242 49 107 0 0.80 0.56 0.05 341.97 0.88 0.57
Hex F2 31 6B 0 50 38 5 156 58 39
Octal 362 61 153 0 120 70 5 526 130 71
Binary 11110010 110001 1101011 0 1010000 111000 101 101010110 1011000 111001

Color Harmonies of #F2316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2316B

Black with #F2316B

Text Example


Text Example

White with #F2316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2316B; }

 p { color: rgb(242,49,107); }

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

background-color css

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

 a { background-color: rgb(242,49,107); }

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

border-color css

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

 span { border-color: rgb(242,49,107); }

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