Html Css Color HEX #F30C02 Red

📋 copy color: '#F30C02'

red 243 ◦ green 12 ◦ blue 2

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

Shades of Red #F30C02

Tints of Red #F30C02

RGB

 RED value IS 243 (95.31% from 255) = 94.55%

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 94.55%
G = 4.67%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F30C02 (or 0xF30C02) is known color: Red. HEX triplet: F3, 0C and 02. RGB value is (243,12,2). Sum of RGB (Red+Green+Blue) = 243+12+2=257 (34% of max value = 765). Red value is 243 (95.31% from 255 or 94.55% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30C02 is #0CF3FD. Grayscale: #505050. Windows color (decimal): -848894 or 134387. OLE color: 134387.

HSL color Cylindrical-coordinate representation of color #F30C02: hue angle of 2.49º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 12 2 -
CMYK 0 0.95 0.99 0.05
HSL 2.49º 0.98% 0.48% -
HSV(B) 2.49º 0.99% 0.95% -
XYZ 37.1 19.32 1.83 -
YUV 79.93 84.03 244.31 -
System Red Green Blue C M Y K H S L
Decimal 243 12 2 0 0.95 0.99 0.05 2.49 0.98 0.48
Hex F3 C 2 0 5F 63 5 2 62 30
Octal 363 14 2 0 137 143 5 2 142 60
Binary 11110011 1100 10 0 1011111 1100011 101 10 1100010 110000

Color Harmonies of #F30C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30C02

Black with #F30C02

Text Example


Text Example

White with #F30C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30C02; }

 p { color: rgb(243,12,2); }

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

background-color css

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

 a { background-color: rgb(243,12,2); }

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

border-color css

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

 span { border-color: rgb(243,12,2); }

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