Html Css Color HEX #F30C74 Ruby

📋 copy color: '#F30C74'

red 243 ◦ green 12 ◦ blue 116

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

Shades of Ruby #F30C74

Tints of Ruby #F30C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 65.5%
G = 3.23%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F30C74 (or 0xF30C74) is known color: Ruby. HEX triplet: F3, 0C and 74. RGB value is (243,12,116). Sum of RGB (Red+Green+Blue) = 243+12+116=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30C74 is #0CF38B. Grayscale: #5C5C5C. Windows color (decimal): -848780 or 7605491. OLE color: 7605491.

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

Color convert

RGB 243 12 116 -
CMYK 0 0.95 0.52 0.05
HSL 332.99º 0.91% 0.5% -
HSV(B) 332.99º 0.95% 0.95% -
XYZ 40.25 20.58 18.37 -
YUV 92.93 141.03 235.04 -
System Red Green Blue C M Y K H S L
Decimal 243 12 116 0 0.95 0.52 0.05 332.99 0.91 0.5
Hex F3 C 74 0 5F 34 5 14D 5B 32
Octal 363 14 164 0 137 64 5 515 133 62
Binary 11110011 1100 1110100 0 1011111 110100 101 101001101 1011011 110010

Color Harmonies of #F30C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30C74

Black with #F30C74

Text Example


Text Example

White with #F30C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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