Html Css Color HEX #F2365B Radical Red

📋 copy color: '#F2365B'

red 242 ◦ green 54 ◦ blue 91

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

Shades of Radical Red #F2365B

Tints of Radical Red #F2365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.95%

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 62.53%
G = 13.95%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2365B (or 0xF2365B) is known color: Radical Red. HEX triplet: F2, 36 and 5B. RGB value is (242,54,91). Sum of RGB (Red+Green+Blue) = 242+54+91=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2365B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2365B is #0DC9A4. Grayscale: #727272. Windows color (decimal): -903589 or 5977842. OLE color: 5977842.

HSL color Cylindrical-coordinate representation of color #F2365B: hue angle of 348.19º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2365B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 54 91 -
CMYK 0 0.78 0.62 0.05
HSL 348.19º 0.88% 0.58% -
HSV(B) 348.19º 0.78% 0.95% -
XYZ 39.83 22.27 12.1 -
YUV 114.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 242 54 91 0 0.78 0.62 0.05 348.19 0.88 0.58
Hex F2 36 5B 0 4E 3E 5 15C 58 3A
Octal 362 66 133 0 116 76 5 534 130 72
Binary 11110010 110110 1011011 0 1001110 111110 101 101011100 1011000 111010

Color Harmonies of #F2365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2365B

Black with #F2365B

Text Example


Text Example

White with #F2365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2365B; }

 p { color: rgb(242,54,91); }

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

background-color css

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

 a { background-color: rgb(242,54,91); }

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

border-color css

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

 span { border-color: rgb(242,54,91); }

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