Html Css Color HEX #F30B02 Red

📋 copy color: '#F30B02'

red 243 ◦ green 11 ◦ blue 2

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

Shades of Red #F30B02

Tints of Red #F30B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

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

R = 94.92%
G = 4.3%
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

#F30B02 (or 0xF30B02) is known color: Red. HEX triplet: F3, 0B and 02. RGB value is (243,11,2). Sum of RGB (Red+Green+Blue) = 243+11+2=256 (33% of max value = 765). Red value is 243 (95.31% from 255 or 94.92% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 243 - color contains mainly: red. Hex color #F30B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30B02 is #0CF4FD. Grayscale: #4F4F4F. Windows color (decimal): -849150 or 134131. OLE color: 134131.

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

Color convert

RGB 243 11 2 -
CMYK 0 0.95 0.99 0.05
HSL 2.24º 0.98% 0.48% -
HSV(B) 2.24º 0.99% 0.95% -
XYZ 37.09 19.3 1.83 -
YUV 79.34 84.36 244.73 -
System Red Green Blue C M Y K H S L
Decimal 243 11 2 0 0.95 0.99 0.05 2.24 0.98 0.48
Hex F3 B 2 0 5F 63 5 2 62 30
Octal 363 13 2 0 137 143 5 2 142 60
Binary 11110011 1011 10 0 1011111 1100011 101 10 1100010 110000

Color Harmonies of #F30B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30B02

Black with #F30B02

Text Example


Text Example

White with #F30B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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