Html Css Color HEX #F2376B Radical Red

📋 copy color: '#F2376B'

red 242 ◦ green 55 ◦ blue 107

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

Shades of Radical Red #F2376B

Tints of Radical Red #F2376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.61%

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

R = 59.9%
G = 13.61%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2376B (or 0xF2376B) is known color: Radical Red. HEX triplet: F2, 37 and 6B. RGB value is (242,55,107). Sum of RGB (Red+Green+Blue) = 242+55+107=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2376B is #0DC894. Grayscale: #747474. Windows color (decimal): -903317 or 7026674. OLE color: 7026674.

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

Color convert

RGB 242 55 107 -
CMYK 0 0.77 0.56 0.05
HSL 343.32º 0.88% 0.58% -
HSV(B) 343.32º 0.77% 0.95% -
XYZ 40.64 22.67 16.14 -
YUV 116.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 242 55 107 0 0.77 0.56 0.05 343.32 0.88 0.58
Hex F2 37 6B 0 4D 38 5 157 58 3A
Octal 362 67 153 0 115 70 5 527 130 72
Binary 11110010 110111 1101011 0 1001101 111000 101 101010111 1011000 111010

Color Harmonies of #F2376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2376B

Black with #F2376B

Text Example


Text Example

White with #F2376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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