Html Css Color HEX #F2383D Alizarin

📋 copy color: '#F2383D'

red 242 ◦ green 56 ◦ blue 61

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

Shades of Alizarin #F2383D

Tints of Alizarin #F2383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.6%

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 67.41%
G = 15.6%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2383D (or 0xF2383D) is known color: Alizarin. HEX triplet: F2, 38 and 3D. RGB value is (242,56,61). Sum of RGB (Red+Green+Blue) = 242+56+61=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2383D is #0DC7C2. Grayscale: #707070. Windows color (decimal): -903107 or 4012274. OLE color: 4012274.

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

Color convert

RGB 242 56 61 -
CMYK 0 0.77 0.75 0.05
HSL 358.39º 0.88% 0.58% -
HSV(B) 358.39º 0.77% 0.95% -
XYZ 38.87 22.04 6.62 -
YUV 112.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 242 56 61 0 0.77 0.75 0.05 358.39 0.88 0.58
Hex F2 38 3D 0 4D 4B 5 166 58 3A
Octal 362 70 75 0 115 113 5 546 130 72
Binary 11110010 111000 111101 0 1001101 1001011 101 101100110 1011000 111010

Color Harmonies of #F2383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2383D

Black with #F2383D

Text Example


Text Example

White with #F2383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2383D; }

 p { color: rgb(242,56,61); }

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

background-color css

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

 a { background-color: rgb(242,56,61); }

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

border-color css

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

 span { border-color: rgb(242,56,61); }

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