Html Css Color HEX #F1433D Coral Red

📋 copy color: '#F1433D'

red 241 ◦ green 67 ◦ blue 61

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

Shades of Coral Red #F1433D

Tints of Coral Red #F1433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

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

R = 65.31%
G = 18.16%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1433D (or 0xF1433D) is known color: Coral Red. HEX triplet: F1, 43 and 3D. RGB value is (241,67,61). Sum of RGB (Red+Green+Blue) = 241+67+61=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1433D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1433D is #0EBCC2. Grayscale: #767676. Windows color (decimal): -965827 or 4015089. OLE color: 4015089.

HSL color Cylindrical-coordinate representation of color #F1433D: hue angle of 2º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1433D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 61 -
CMYK 0 0.72 0.75 0.05
HSL 0.87% 0.59% -
HSV(B) 0.75% 0.95% -
XYZ 39.13 23.05 6.8 -
YUV 118.34 95.65 215.49 -
System Red Green Blue C M Y K H S L
Decimal 241 67 61 0 0.72 0.75 0.05 2 0.87 0.59
Hex F1 43 3D 0 48 4B 5 2 57 3B
Octal 361 103 75 0 110 113 5 2 127 73
Binary 11110001 1000011 111101 0 1001000 1001011 101 10 1010111 111011

Color Harmonies of #F1433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1433D

Black with #F1433D

Text Example


Text Example

White with #F1433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1433D; }

 p { color: rgb(241,67,61); }

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

background-color css

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

 a { background-color: rgb(241,67,61); }

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

border-color css

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

 span { border-color: rgb(241,67,61); }

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